summary refs log tree commit diff
path: root/pkgs/development/libraries/libzdb
diff options
context:
space:
mode:
authorMoritz Maxeiner <moritz@ucworks.org>2018-03-11 00:46:41 +0100
committerMoritz Maxeiner <moritz@ucworks.org>2018-03-11 00:46:41 +0100
commit12a70fd57198ff9587ee028fd21e609aeb5eeeae (patch)
tree1abc62f6cd01229f16f244aa6c64b8629b61d5c3 /pkgs/development/libraries/libzdb
parent8332b7aef91fc390c2a82deacc857044f29a6935 (diff)
downloadnixpkgs-12a70fd57198ff9587ee028fd21e609aeb5eeeae.tar
nixpkgs-12a70fd57198ff9587ee028fd21e609aeb5eeeae.tar.gz
nixpkgs-12a70fd57198ff9587ee028fd21e609aeb5eeeae.tar.bz2
nixpkgs-12a70fd57198ff9587ee028fd21e609aeb5eeeae.tar.lz
nixpkgs-12a70fd57198ff9587ee028fd21e609aeb5eeeae.tar.xz
nixpkgs-12a70fd57198ff9587ee028fd21e609aeb5eeeae.tar.zst
nixpkgs-12a70fd57198ff9587ee028fd21e609aeb5eeeae.zip
Remove myself as maintainer
Diffstat (limited to 'pkgs/development/libraries/libzdb')
-rw-r--r--pkgs/development/libraries/libzdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libzdb/default.nix b/pkgs/development/libraries/libzdb/default.nix
index 9d9d8f54e14..4a5aa057a5c 100644
--- a/pkgs/development/libraries/libzdb/default.nix
+++ b/pkgs/development/libraries/libzdb/default.nix
@@ -19,6 +19,6 @@ stdenv.mkDerivation rec
     description = "A small, easy to use Open Source Database Connection Pool Library";
     license = stdenv.lib.licenses.gpl3;
     platforms = stdenv.lib.platforms.linux;
-    maintainers = [ stdenv.lib.maintainers.calrama ];
+    maintainers = [ ];
   };
-}
\ No newline at end of file
+}