tepl: Remove GNOME team from maintainers

It is Sebastian’s child that never became a real GNOME project.
This commit is contained in:
Jan Tojnar 2023-07-05 03:39:45 +02:00
parent 0201ef3c15
commit 2c9efde7ff

View file

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://wiki.gnome.org/Projects/Tepl";
description = "Text editor product line";
maintainers = teams.gnome.members ++ [ maintainers.manveru ];
maintainers = [ maintainers.manveru ];
license = licenses.lgpl3Plus;
platforms = platforms.linux;
};