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:
Ethan R. Jones 2017-05-10 22:41:37 -04:00 committed by Leo Famulari
parent 68ab3e6c9a
commit c18594dd95
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -197,8 +197,9 @@ (define-public libpwquality
(source (origin
(method url-fetch)
(uri (list
(string-append "https://fedorahosted.org/releases/l/i/"
name "/" name "-" version ".tar.bz2")
(string-append "https://github.com/" name "/" name
"/releases/download/" name "-" version
"/" name "-" version ".tar.bz2")
(string-append "https://launchpad.net/libpwquality/trunk/"
version "/+download/"
name "-" version ".tar.bz2")))
@ -212,7 +213,7 @@ (define-public libpwquality
(inputs
`(("cracklib" ,cracklib)))
(synopsis "Password quality checker")
(home-page "https://fedorahosted.org/libpwquality/")
(home-page "https://github.com/libpwquality/libpwquality")
(description
"Libpwquality is a library for password quality checking and generation of
random passwords that pass the checks.")