diff options
author | Ethan R. Jones <doubleplusgood23@gmail.com> | 2017-05-10 22:41:37 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-10 23:37:19 -0400 |
commit | c18594dd95f98624b09b51ef5f8aea0a0d4d1743 (patch) | |
tree | 34927b92f851fc8ef7e832d12ec61c89ce4b34a9 /gnu/packages/password-utils.scm | |
parent | 68ab3e6c9a913c73075bc6f24fc23dce9d102b09 (diff) | |
download | patches-c18594dd95f98624b09b51ef5f8aea0a0d4d1743.tar patches-c18594dd95f98624b09b51ef5f8aea0a0d4d1743.tar.gz |
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>
Diffstat (limited to 'gnu/packages/password-utils.scm')
-rw-r--r-- | gnu/packages/password-utils.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 9daacd871e..f6af6a6519 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -197,8 +197,9 @@ passwords that could be guessed by crack by filtering them out, at source.") (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 @@ passwords that could be guessed by crack by filtering them out, at source.") (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.") |