gnu: file-roller: Use HTTPS home page.
* gnu/packages/gnome.scm (file-roller)[home-page]: Use HTTPS.master
parent
79becb8d37
commit
d743ba0c05
|
@ -7755,7 +7755,7 @@ share them with others via social networking and more.")
|
||||||
(description "File Roller is an archive manager for the GNOME desktop
|
(description "File Roller is an archive manager for the GNOME desktop
|
||||||
environment that allows users to view, unpack, and create compressed archives
|
environment that allows users to view, unpack, and create compressed archives
|
||||||
such as gzip tarballs.")
|
such as gzip tarballs.")
|
||||||
(home-page "http://fileroller.sourceforge.net/")
|
(home-page "https://fileroller.sourceforge.net")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public gnome-session
|
(define-public gnome-session
|
||||||
|
|
Reference in New Issue