From f683d0abf8db3dc4d03cc2821cb568b05d1097a3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 21 Feb 2018 14:25:45 +0100 Subject: Remove myself from maintainers I don't want to maintain go packages anymore because packaging is such a PITA for go packages. --- pkgs/servers/gotty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/servers/gotty/default.nix b/pkgs/servers/gotty/default.nix index e63e13a218e..89f1821981f 100644 --- a/pkgs/servers/gotty/default.nix +++ b/pkgs/servers/gotty/default.nix @@ -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; }; } -- cgit 1.4.1