treewide: homepage+src updates (found by repology, #33263)

This commit is contained in:
Samuel Dionne-Riel
2018-01-05 20:42:46 +01:00
committed by Vladimír Čunát
parent a7ef0c03d2
commit 7b97c8c0c8
147 changed files with 178 additions and 178 deletions
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.9.7";
src = fetchurl {
url = "http://arthurdejong.org/nss-pam-ldapd/${name}.tar.gz";
url = "https://arthurdejong.org/nss-pam-ldapd/${name}.tar.gz";
sha256 = "1sw36w6zkzvabvjckqick032j5p5xi0qi3sgnh0znzxz31jqvf0d";
};
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "LDAP identity and authentication for NSS/PAM";
homepage = http://arthurdejong.org/nss-pam-ldapd/;
homepage = https://arthurdejong.org/nss-pam-ldapd/;
license = licenses.lgpl21;
platforms = platforms.linux;
};