maintainers: remove all

what?
This commit is contained in:
ajs124
2022-06-29 00:52:14 +02:00
parent 19e6ace19f
commit e966ab3965
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -578,10 +578,6 @@
githubId = 11599075;
name = "Pierre-Louis Braun";
};
all = {
email = "nix-commits@lists.science.uu.nl";
name = "Nix Committers";
};
allonsy = {
email = "linuxbash8@gmail.com";
github = "allonsy";
+1 -1
View File
@@ -81,6 +81,6 @@ pkgs.releaseTools.sourceTarball {
'';
meta = {
maintainers = [ pkgs.lib.maintainers.all ];
maintainers = [ ];
};
}