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
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
description = "Plugin for the Accounts-SSO gSignOn daemon that handles Last.FM credentials";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-lastfm";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Plugin for the Accounts-SSO gSignOn daemon that handles E-Mail credentials";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-mail";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
description = "Plugin for the Accounts-SSO gSignOn daemon that handles the OAuth 1.0 and 2.0 authentication protocols";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-oa";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
description = "Plugin for the Accounts-SSO gSignOn daemon that handles the SASL authentication protocol";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-sasl";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}