yaru: drop self from maintainers

This commit is contained in:
Maxine Aubrey 2024-02-11 12:00:36 +01:00
parent f18db8905d
commit 3cedce9593
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ubuntu/yaru";
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
platforms = platforms.linux;
maintainers = with maintainers; [ moni amaxine ];
maintainers = with maintainers; [ moni ];
};
}