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:
parent
f683d0abf8
commit
dbe8ca6a2d
|
@ -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; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue