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 dff9ff8c9f
commit f683d0abf8

View file

@ -19,7 +19,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "Share your terminal as a web application";
homepage = https://github.com/yudai/gotty;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ ];
license = licenses.mit;
};
}