about summary refs log tree commit diff
path: root/pkgs/applications/editors/gobby
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-12-18 10:25:46 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-12-19 07:30:50 +0100
commitcbfc50722fc0dc4e21f08ef1bef0190e3fe78ea0 (patch)
tree900f9d07b855177eddc62ab917810e9834adf567 /pkgs/applications/editors/gobby
parent7f1a335b9a015e26106d7d9dfd413726c93292a3 (diff)
maintainers: drop phreedom
Diffstat (limited to 'pkgs/applications/editors/gobby')
-rw-r--r--pkgs/applications/editors/gobby/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/gobby/default.nix b/pkgs/applications/editors/gobby/default.nix
index 35e96c89dad57..ea0a1e2f24768 100644
--- a/pkgs/applications/editors/gobby/default.nix
+++ b/pkgs/applications/editors/gobby/default.nix
@@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
     homepage = "http://gobby.0x539.de/";
     description = "A GTK-based collaborative editor supporting multiple documents in one session and a multi-user chat";
     license = lib.licenses.gpl2Plus;
-    maintainers = [ maintainers.phreedom ];
+    maintainers = [ ];
     platforms = platforms.all;
   };
 }