about summary refs log tree commit diff
path: root/pkgs/tools/networking/freebind
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:49:35 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:12 +0200
commita0718341e60829bee5c41e51796f4786bc98df81 (patch)
tree8998dc0eac7c8e62fe4b5017ca6403a8012e7a36 /pkgs/tools/networking/freebind
parent026ffc38bd134294ed01ffaa5fb7b6cfabe04371 (diff)
maintainers: remove volth
github account deleted
Diffstat (limited to 'pkgs/tools/networking/freebind')
-rw-r--r--pkgs/tools/networking/freebind/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/freebind/default.nix b/pkgs/tools/networking/freebind/default.nix
index 5ba462f15b249..57d5f1136a3aa 100644
--- a/pkgs/tools/networking/freebind/default.nix
+++ b/pkgs/tools/networking/freebind/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation {
     homepage = "https://github.com/blechschmidt/freebind";
     license = licenses.gpl3;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ volth ];
+    maintainers = with maintainers; [ ];
   };
 }