lol

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