gnu: xautolock: Use HTTPS home page.
* gnu/packages/xdisorg.scm (xautolock)[home-page]: Use HTTPS. [source]: Likewise. Don't use NAME in source URI.master
parent
5015343709
commit
46128e94fd
|
@ -1616,8 +1616,8 @@ or playing a PCM encoded WAVE file.")
|
||||||
(version "2.2")
|
(version "2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.ibiblio.org/pub/linux/X11/screensavers/"
|
(uri (string-append "https://www.ibiblio.org/pub/linux/X11/"
|
||||||
name "-" version ".tgz"))
|
"screensavers/xautolock-" version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18jd3k3pvlm5x1adyqw63z2b3f4ixh9mfvz9asvnskk3fm8jgw0i"))))
|
"18jd3k3pvlm5x1adyqw63z2b3f4ixh9mfvz9asvnskk3fm8jgw0i"))))
|
||||||
|
@ -1653,7 +1653,7 @@ or playing a PCM encoded WAVE file.")
|
||||||
(add-after 'install 'install/man
|
(add-after 'install 'install/man
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "make" "install.man"))))))
|
(invoke "make" "install.man"))))))
|
||||||
(home-page "http://ibiblio.org/pub/Linux/X11/screensavers/")
|
(home-page "https://ibiblio.org/pub/Linux/X11/screensavers/")
|
||||||
(synopsis "Program launcher for idle X sessions")
|
(synopsis "Program launcher for idle X sessions")
|
||||||
(description "Xautolock monitors input devices under the X Window
|
(description "Xautolock monitors input devices under the X Window
|
||||||
System, and launches a program of your choice if there is no activity after
|
System, and launches a program of your choice if there is no activity after
|
||||||
|
|
Reference in New Issue