mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gpm: Use HTTPS URI.
* gnu/packages/linux.scm (gpm)[home-page, source]: Use HTTPS URI.
This commit is contained in:
parent
6fe3a0b6be
commit
a5374cde91
1 changed files with 3 additions and 3 deletions
|
@ -4504,8 +4504,8 @@ (define-public gpm
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://www.nico.schottelius.org/software/gpm/archives/gpm-"
|
||||
version ".tar.bz2"))
|
||||
"https://www.nico.schottelius.org/software/gpm/archives/"
|
||||
"gpm-" version ".tar.bz2"))
|
||||
(patches (search-patches "gpm-glibc-2.26.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -4534,7 +4534,7 @@ (define-public gpm
|
|||
("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("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")
|
||||
(description
|
||||
"The GPM (general-purpose mouse) daemon is a mouse server for
|
||||
|
|
Loading…
Reference in a new issue