summary refs log tree commit diff
path: root/pkgs/development/libraries/openldap
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-01-17 05:13:23 +0000
committerYegor Timoshenko <yegortimoshenko@riseup.net>2018-01-17 05:17:33 +0000
commit506c89c30af888a33cf013f418b544638dae1b27 (patch)
treead8c8526c4d1f19eb19c21b02b7c8527491ddf87 /pkgs/development/libraries/openldap
parent846b5c42f19fe2ea8deb58f072d5c2df56605d19 (diff)
downloadnixlib-506c89c30af888a33cf013f418b544638dae1b27.tar
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.gz
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.bz2
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.lz
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.xz
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.zst
nixlib-506c89c30af888a33cf013f418b544638dae1b27.zip
maintainers: remove mornfall from packages
Diffstat (limited to 'pkgs/development/libraries/openldap')
-rw-r--r--pkgs/development/libraries/openldap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/openldap/default.nix b/pkgs/development/libraries/openldap/default.nix
index 475ac496e7e8..56118c9bbb2c 100644
--- a/pkgs/development/libraries/openldap/default.nix
+++ b/pkgs/development/libraries/openldap/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage    = http://www.openldap.org/;
     description = "An open source implementation of the Lightweight Directory Access Protocol";
-    maintainers = with maintainers; [ lovek323 mornfall ];
+    maintainers = with maintainers; [ lovek323 ];
     platforms   = platforms.unix;
   };
 }