guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: xlockmore: Update source URIs and home page.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: xlockmore: Update source URIs and home page.
Date: Tue, 5 Dec 2017 19:32:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2ec42868b06a146796d2ae669bf54ba4d318beb0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 6 00:17:10 2017 +0100

    gnu: xlockmore: Update source URIs and home page.
    
    * gnu/packages/xdisorg.scm (xlockmore)[source, home-page]: Use the new
    sillycycle.com domain.
---
 gnu/packages/xdisorg.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 2e1ed2e..4213afd 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -621,13 +621,12 @@ to find buttons, etc, on the screen to click on.")
     (version "5.47")
     (source (origin
              (method url-fetch)
-             (uri (list (string-append
-                          "http://www.tux.org/~bagleyd/xlock/xlockmore-";
-                          version ".tar.xz")
-                        (string-append
-                          "http://www.tux.org/~bagleyd/xlock/xlockmore-old";
-                          "/xlockmore-" version
-                          "/xlockmore-" version ".tar.xz")))
+             (uri (list (string-append "http://sillycycle.com/xlock/";
+                                       name "-" version ".tar.xz")
+                        ;; Previous releases are moved to a subdirectory.
+                        (string-append "http://sillycycle.com/xlock/";
+                                       "recent-releases/"
+                                       name "-" version ".tar.xz")))
              (sha256
               (base32
                "138d79b8zc2hambbr9fnxp3fhihlcljgqns04zf0kv2f53pavqwl"))))
@@ -642,7 +641,7 @@ to find buttons, etc, on the screen to click on.")
        ("libXext" ,libxext)
        ("libXt" ,libxt)
        ("linux-pam" ,linux-pam)))
-    (home-page "http://www.tux.org/~bagleyd/xlockmore.html";)
+    (home-page "http://sillycycle.com/xlockmore.html";)
     (synopsis "Screen locker for the X Window System")
     (description
      "XLockMore is a classic screen locker and screen saver for the



reply via email to

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