about summary refs log tree commit diff
path: root/pkgs/top-level/make-tarball.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:29:38 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:14 +0200
commite966ab3965a656efdd40b6ae0d8cec6183972edc (patch)
tree0ef96c60801d08710ac9e067114a047f45ce429c /pkgs/top-level/make-tarball.nix
parent19e6ace19fa5aaf7b854306dd8742f15c4d5c236 (diff)
maintainers: remove all
what?
Diffstat (limited to 'pkgs/top-level/make-tarball.nix')
-rw-r--r--pkgs/top-level/make-tarball.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/make-tarball.nix b/pkgs/top-level/make-tarball.nix
index a634322364714..6858e37fabeb8 100644
--- a/pkgs/top-level/make-tarball.nix
+++ b/pkgs/top-level/make-tarball.nix
@@ -81,6 +81,6 @@ pkgs.releaseTools.sourceTarball {
   '';
 
   meta = {
-    maintainers = [ pkgs.lib.maintainers.all ];
+    maintainers = [ ];
   };
 }