adwaita-qt, qgnomeplatform: drop gnome team from maintainers

They are not really GNOME projects.

+2 -2
+1 -1
pkgs/data/themes/adwaita-qt/default.nix
··· 60 60 description = "A style to bend Qt applications to look like they belong into GNOME Shell"; 61 61 homepage = "https://github.com/FedoraQt/adwaita-qt"; 62 62 license = licenses.gpl2Plus; 63 - maintainers = teams.gnome.members ++ (with maintainers; [ ]); 63 + maintainers = with maintainers; [ ]; 64 64 platforms = platforms.all; 65 65 }; 66 66 }
+1 -1
pkgs/development/libraries/qgnomeplatform/default.nix
··· 73 73 description = "QPlatformTheme for a better Qt application inclusion in GNOME"; 74 74 homepage = "https://github.com/FedoraQt/QGnomePlatform"; 75 75 license = licenses.lgpl21Plus; 76 - maintainers = teams.gnome.members ++ (with maintainers; [ ]); 76 + maintainers = with maintainers; [ ]; 77 77 platforms = platforms.linux; 78 78 }; 79 79 }