1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

Remove myself from maintainers

I don't want to maintain go packages anymore because packaging is such a
PITA for go packages.
This commit is contained in:
Matthias Beyer 2018-02-21 14:25:45 +01:00
parent f683d0abf8
commit dbe8ca6a2d

View file

@ -26,6 +26,6 @@ buildGoPackage rec {
homepage = https://github.com/McKael/madonctl; homepage = https://github.com/McKael/madonctl;
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
}; };
} }