buildGoPackage: remove inactive maintainer
This commit is contained in:
parent
4bcf123f61
commit
c1facd193e
1 changed files with 1 additions and 5 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue