diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:01:01 +0100 |
commit | d743ba0c05de893fc436c4da1962483d3c0f6fa9 (patch) | |
tree | 281e0131268d79184b92814f26ae70126ec9cdec | |
parent | 79becb8d379291c65a17253a4820bd6aaf1c036b (diff) |
gnu: file-roller: Use HTTPS home page.
* gnu/packages/gnome.scm (file-roller)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index de5b5df450..956979c5d5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7755,7 +7755,7 @@ share them with others via social networking and more.") (description "File Roller is an archive manager for the GNOME desktop environment that allows users to view, unpack, and create compressed archives such as gzip tarballs.") - (home-page "http://fileroller.sourceforge.net/") + (home-page "https://fileroller.sourceforge.net") (license license:gpl2+))) (define-public gnome-session |