buildGoPackage: remove ehmry from maintainers

I no longer write Go and have lost familiarity with the tooling.
This commit is contained in:
Emery Hemingway 2020-03-16 10:14:04 +05:30
parent b8ef2285b5
commit 0bec813abf

View file

@ -243,7 +243,7 @@ let
} // meta // {
# add an extra maintainer to every package
maintainers = (meta.maintainers or []) ++
[ lib.maintainers.ehmry lib.maintainers.lethalman ];
[ lib.maintainers.lethalman ];
};
});
in if disabled then