mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: xlockmore: Update source URIs and home page.
* gnu/packages/xdisorg.scm (xlockmore)[source, home-page]: Use the new sillycycle.com domain.
This commit is contained in:
parent
4a462aa7f4
commit
2ec42868b0
1 changed files with 7 additions and 8 deletions
|
@ -621,13 +621,12 @@ (define-public xlockmore
|
||||||
(version "5.47")
|
(version "5.47")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append
|
(uri (list (string-append "http://sillycycle.com/xlock/"
|
||||||
"http://www.tux.org/~bagleyd/xlock/xlockmore-"
|
name "-" version ".tar.xz")
|
||||||
version ".tar.xz")
|
;; Previous releases are moved to a subdirectory.
|
||||||
(string-append
|
(string-append "http://sillycycle.com/xlock/"
|
||||||
"http://www.tux.org/~bagleyd/xlock/xlockmore-old"
|
"recent-releases/"
|
||||||
"/xlockmore-" version
|
name "-" version ".tar.xz")))
|
||||||
"/xlockmore-" version ".tar.xz")))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"138d79b8zc2hambbr9fnxp3fhihlcljgqns04zf0kv2f53pavqwl"))))
|
"138d79b8zc2hambbr9fnxp3fhihlcljgqns04zf0kv2f53pavqwl"))))
|
||||||
|
@ -642,7 +641,7 @@ (define-public xlockmore
|
||||||
("libXext" ,libxext)
|
("libXext" ,libxext)
|
||||||
("libXt" ,libxt)
|
("libXt" ,libxt)
|
||||||
("linux-pam" ,linux-pam)))
|
("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")
|
(synopsis "Screen locker for the X Window System")
|
||||||
(description
|
(description
|
||||||
"XLockMore is a classic screen locker and screen saver for the
|
"XLockMore is a classic screen locker and screen saver for the
|
||||||
|
|
Loading…
Reference in a new issue