summary refs log tree commit diff
path: root/pkgs/servers/gotty
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-21 14:25:45 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-21 14:25:45 +0100
commitf683d0abf8db3dc4d03cc2821cb568b05d1097a3 (patch)
tree59d0878208b98ec333d56a736b353ec43d1305d9 /pkgs/servers/gotty
parentdff9ff8c9f5a93b17b3f975a492c3b2c0db2fc46 (diff)
downloadnixpkgs-f683d0abf8db3dc4d03cc2821cb568b05d1097a3.tar
nixpkgs-f683d0abf8db3dc4d03cc2821cb568b05d1097a3.tar.gz
nixpkgs-f683d0abf8db3dc4d03cc2821cb568b05d1097a3.tar.bz2
nixpkgs-f683d0abf8db3dc4d03cc2821cb568b05d1097a3.tar.lz
nixpkgs-f683d0abf8db3dc4d03cc2821cb568b05d1097a3.tar.xz
nixpkgs-f683d0abf8db3dc4d03cc2821cb568b05d1097a3.tar.zst
nixpkgs-f683d0abf8db3dc4d03cc2821cb568b05d1097a3.zip
Remove myself from maintainers
I don't want to maintain go packages anymore because packaging is such a
PITA for go packages.
Diffstat (limited to 'pkgs/servers/gotty')
-rw-r--r--pkgs/servers/gotty/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }