gnu: wget2: Switch to official URL.
* gnu/packages/wget.scm (wget2): Switch to official URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
aa6ae8d324
commit
4b1ba80cef
|
@ -130,7 +130,7 @@ online pastebin services.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/rockdaboot/wget2")
|
(url "https://gitlab.com/gnuwget/wget2.git")
|
||||||
(commit "b45709d3d21714135ce79df6abbdcb704684063d")
|
(commit "b45709d3d21714135ce79df6abbdcb704684063d")
|
||||||
(recursive? #t))) ;; Needed for 'gnulib' git submodule.
|
(recursive? #t))) ;; Needed for 'gnulib' git submodule.
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
|
@ -167,7 +167,7 @@ online pastebin services.")
|
||||||
("python", python)))
|
("python", python)))
|
||||||
;; TODO: Add libbrotlidec, libnghttp2.
|
;; TODO: Add libbrotlidec, libnghttp2.
|
||||||
(native-inputs `(("pkg-config", pkg-config)))
|
(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")
|
(synopsis "Successor of GNU Wget")
|
||||||
(description "GNU Wget2 is the successor of GNU Wget, a file and recursive
|
(description "GNU Wget2 is the successor of GNU Wget, a file and recursive
|
||||||
website downloader. Designed and written from scratch it wraps around libwget,
|
website downloader. Designed and written from scratch it wraps around libwget,
|
||||||
|
|
Loading…
Reference in New Issue