Merge #121780: treewide meta.maintainers tweaks

This commit is contained in:
Vladimír Čunát
2021-05-08 10:46:32 +02:00
94 changed files with 92 additions and 95 deletions

View File

@@ -26,6 +26,6 @@ in fetchFromGitLab {
homepage = "https://www.opensans.com";
license = licenses.asl20;
platforms = platforms.all;
maintainers = [ maintainers.worldofpeace ];
maintainers = [ ];
};
}

View File

@@ -36,7 +36,7 @@ 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 = with maintainers; [ worldofpeace ];
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.linux;
};
}