buildGoPackage: remove inactive maintainer

This commit is contained in:
zowoq 2020-04-19 16:11:10 +10:00
parent 4bcf123f61
commit c1facd193e

View file

@ -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}"