about summary refs log tree commit diff
path: root/pkgs/development/libraries/openldap/default.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-03-20 13:36:23 +0100
committerPatrick Hilhorst <git@hilhorst.be>2020-03-20 13:36:23 +0100
commit9fc5e7e473874762fdb1b49d17dcf703d48352c3 (patch)
tree93932db70d464e3cf3bb36460715dda5fd360b24 /pkgs/development/libraries/openldap/default.nix
parentecce3a7bc9a35415b82169630d352abddf6bcdd2 (diff)
downloadnixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.gz
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.bz2
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.lz
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.xz
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.zst
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.zip
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
Diffstat (limited to 'pkgs/development/libraries/openldap/default.nix')
-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 4c2052ae7915..b956ba19655b 100644
--- a/pkgs/development/libraries/openldap/default.nix
+++ b/pkgs/development/libraries/openldap/default.nix
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage    = http://www.openldap.org/;
+    homepage    = https://www.openldap.org/;
     description = "An open source implementation of the Lightweight Directory Access Protocol";
     license = licenses.openldap;
     maintainers = with maintainers; [ lovek323 ];