adwaita-qt, qgnomeplatform: drop gnome team from maintainers

They are not really GNOME projects.
This commit is contained in:
Jan Tojnar 2023-05-20 16:48:52 +02:00
parent 622745942b
commit bb92c025ca
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
description = "A style to bend Qt applications to look like they belong into GNOME Shell";
homepage = "https://github.com/FedoraQt/adwaita-qt";
license = licenses.gpl2Plus;
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
description = "QPlatformTheme for a better Qt application inclusion in GNOME";
homepage = "https://github.com/FedoraQt/QGnomePlatform";
license = licenses.lgpl21Plus;
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}