treewide: remove worldofpeace from meta.maintainers

(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
This commit is contained in:
Vladimír Čunát
2021-05-07 15:36:40 +02:00
parent 7ea6fae802
commit 9f054b5e1a
60 changed files with 58 additions and 61 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ in fetchFromGitLab {
homepage = "https://www.opensans.com";
license = licenses.asl20;
platforms = platforms.all;
maintainers = [ maintainers.worldofpeace ];
maintainers = [ ];
};
}
+1 -1
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 = with maintainers; [ ];
platforms = platforms.linux;
};
}