unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26872: [PATCH 1/4] gnu: libpwquality: fix source URL.
@ 2017-05-11  2:41 Ethan R. Jones
  2017-05-11  2:41 ` bug#26873: [PATCH 2/4] gnu: font-liberation: fix source and homepage URL Ethan R. Jones
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ethan R. Jones @ 2017-05-11  2:41 UTC (permalink / raw)
  To: 26872; +Cc: Ethan R. Jones

---
 gnu/packages/password-utils.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 9daacd871..1f563b31d 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -197,8 +197,14 @@ 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 +218,8 @@ 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/")
+    ;; Fedorahosted was retired, there's no known home page currently.
+    (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.")
-- 
2.12.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-05-11  3:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-11  2:41 bug#26872: [PATCH 1/4] gnu: libpwquality: fix source URL Ethan R. Jones
2017-05-11  2:41 ` bug#26873: [PATCH 2/4] gnu: font-liberation: fix source and homepage URL Ethan R. Jones
2017-05-11  3:49   ` Leo Famulari
2017-05-11  2:41 ` bug#26872: [PATCH 3/4] gnu: python2-dogtail: fix homepage URL python-kitchen: fix " Ethan R. Jones
2017-05-11  3:51   ` Leo Famulari
2017-05-11  2:41 ` bug#26872: [PATCH 4/4] gnu: libaio: fix source URL Ethan R. Jones
2017-05-11  3:50   ` Leo Famulari
2017-05-11  3:48 ` bug#26872: [PATCH 1/4] gnu: libpwquality: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).