summaryrefslogtreecommitdiff
path: root/gnu/packages/wget.scm
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2017-11-17 20:35:00 +0100
committerLudovic Courtès <ludo@gnu.org>2017-11-20 18:43:10 +0100
commit4b1ba80cef69b951a72e1dfd04bb3ddc5f4e571c (patch)
treef242aac0903c5b5ba81ccae23c93ede556860ad3 /gnu/packages/wget.scm
parentaa6ae8d3243ce80d6c427e243c4fa961c3bf8388 (diff)
downloadguix-patches-4b1ba80cef69b951a72e1dfd04bb3ddc5f4e571c.tar
guix-patches-4b1ba80cef69b951a72e1dfd04bb3ddc5f4e571c.tar.gz
gnu: wget2: Switch to official URL.
* gnu/packages/wget.scm (wget2): Switch to official URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/wget.scm')
-rw-r--r--gnu/packages/wget.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index a4862d5155..3dcf00b9be 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -130,7 +130,7 @@ online pastebin services.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/rockdaboot/wget2")
+ (url "https://gitlab.com/gnuwget/wget2.git")
(commit "b45709d3d21714135ce79df6abbdcb704684063d")
(recursive? #t))) ;; Needed for 'gnulib' git submodule.
(file-name (string-append name "-" version "-checkout"))
@@ -167,7 +167,7 @@ online pastebin services.")
("python", python)))
;; TODO: Add libbrotlidec, libnghttp2.
(native-inputs `(("pkg-config", pkg-config)))
- (home-page "https://github.com/rockdaboot/wget2")
+ (home-page "https://gitlab.com/gnuwget/wget2")
(synopsis "Successor of GNU Wget")
(description "GNU Wget2 is the successor of GNU Wget, a file and recursive
website downloader. Designed and written from scratch it wraps around libwget,