gnu: libpwquality: Update source and home-page URLs.
* gnu/packages/password-utils.scm (libpwquality)[source]: Update URL. [home-page]: Update URL. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
68ab3e6c9a
commit
c18594dd95
|
@ -197,8 +197,9 @@ passwords that could be guessed by crack by filtering them out, at source.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
(string-append "https://fedorahosted.org/releases/l/i/"
|
(string-append "https://github.com/" name "/" name
|
||||||
name "/" name "-" version ".tar.bz2")
|
"/releases/download/" name "-" version
|
||||||
|
"/" name "-" version ".tar.bz2")
|
||||||
(string-append "https://launchpad.net/libpwquality/trunk/"
|
(string-append "https://launchpad.net/libpwquality/trunk/"
|
||||||
version "/+download/"
|
version "/+download/"
|
||||||
name "-" version ".tar.bz2")))
|
name "-" version ".tar.bz2")))
|
||||||
|
@ -212,7 +213,7 @@ passwords that could be guessed by crack by filtering them out, at source.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("cracklib" ,cracklib)))
|
`(("cracklib" ,cracklib)))
|
||||||
(synopsis "Password quality checker")
|
(synopsis "Password quality checker")
|
||||||
(home-page "https://fedorahosted.org/libpwquality/")
|
(home-page "https://github.com/libpwquality/libpwquality")
|
||||||
(description
|
(description
|
||||||
"Libpwquality is a library for password quality checking and generation of
|
"Libpwquality is a library for password quality checking and generation of
|
||||||
random passwords that pass the checks.")
|
random passwords that pass the checks.")
|
||||||
|
|
Loading…
Reference in New Issue