treewide: homepage+src updates (found by repology, #33263)
This commit is contained in:
committed by
Vladimír Čunát
parent
a7ef0c03d2
commit
7b97c8c0c8
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user