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
dff9ff8c9f
commit
f683d0abf8
@ -19,7 +19,7 @@ buildGoPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Share your terminal as a web application";
|
description = "Share your terminal as a web application";
|
||||||
homepage = https://github.com/yudai/gotty;
|
homepage = https://github.com/yudai/gotty;
|
||||||
maintainers = with maintainers; [ matthiasbeyer ];
|
maintainers = with maintainers; [ ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user