guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: mlocate: Update URLs.


From: Ludovic Courtès
Subject: 03/03: gnu: mlocate: Update URLs.
Date: Thu, 30 Mar 2017 17:41:09 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit dca96ad39567a0f66bdfe77ded301ec98ea9fc7e
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 30 23:38:14 2017 +0200

    gnu: mlocate: Update URLs.
    
    * gnu/packages/search.scm (mlocate)[source, home-page]: Change URLs to
    pagure.{org,io}.
---
 gnu/packages/search.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index fd0f0bd..eae9f37 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -194,13 +194,13 @@ interfaces, or a C API.")
     (version "0.26")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://fedorahosted.org/releases/m/l/";
-                                  "mlocate/mlocate-" version ".tar.xz"))
+              (uri (string-append "http://releases.pagure.org/mlocate/";
+                                  "mlocate-" version ".tar.xz"))
               (sha256
                (base32
                 "0gi6y52gkakhhlnzy0p6izc36nqhyfx5830qirhvk3qrzrwxyqrh"))))
     (build-system gnu-build-system)
-    (home-page "https://fedorahosted.org/mlocate/";)
+    (home-page "https://pagure.io/mlocate";)
     (synopsis "Locate files on the file system")
     (description
      "mlocate is a locate/updatedb implementation.  The 'm' stands for



reply via email to

[Prev in Thread] Current Thread [Next in Thread]