Archived
1
0
Fork 0

gnu: gpm: Use HTTPS URI.

* gnu/packages/linux.scm (gpm)[home-page, source]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2020-05-27 02:06:36 +02:00
parent 6fe3a0b6be
commit a5374cde91
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4504,8 +4504,8 @@ Ridge, Joliet, and zisofs.")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://www.nico.schottelius.org/software/gpm/archives/gpm-" "https://www.nico.schottelius.org/software/gpm/archives/"
version ".tar.bz2")) "gpm-" version ".tar.bz2"))
(patches (search-patches "gpm-glibc-2.26.patch")) (patches (search-patches "gpm-glibc-2.26.patch"))
(sha256 (sha256
(base32 (base32
@ -4534,7 +4534,7 @@ Ridge, Joliet, and zisofs.")
("autoconf" ,autoconf) ("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("libtool" ,libtool))) ("libtool" ,libtool)))
(home-page "http://www.nico.schottelius.org/software/gpm/") (home-page "https://www.nico.schottelius.org/software/gpm/")
(synopsis "Mouse support for the Linux console") (synopsis "Mouse support for the Linux console")
(description (description
"The GPM (general-purpose mouse) daemon is a mouse server for "The GPM (general-purpose mouse) daemon is a mouse server for