summary refs log tree commit diff
path: root/pkgs/development/go-packages
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-04-19 16:11:10 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-04-26 12:42:58 +1000
commitc1facd193e8031a7a86ae1bf93318f99df65b392 (patch)
tree303da9726fe0354f90ba562d079aba6c67c5f3e6 /pkgs/development/go-packages
parent4bcf123f614be8e75e56bce3c19fbba5c5c9c875 (diff)
buildGoPackage: remove inactive maintainer
Diffstat (limited to 'pkgs/development/go-packages')
-rw-r--r--pkgs/development/go-packages/generic/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/development/go-packages/generic/default.nix b/pkgs/development/go-packages/generic/default.nix
index 388280a905fb2..b4ec8bd1706ed 100644
--- a/pkgs/development/go-packages/generic/default.nix
+++ b/pkgs/development/go-packages/generic/default.nix
@@ -242,11 +242,7 @@ let
       # Add default meta information
       homepage = "https://${goPackagePath}";
       platforms = go.meta.platforms or lib.platforms.all;
-    } // meta // {
-      # add an extra maintainer to every package
-      maintainers = (meta.maintainers or []) ++
-                    [ lib.maintainers.lethalman ];
-    };
+    } // meta;
   });
 in if disabled then
   throw "${package.name} not supported for go ${go.meta.branch}"