mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: w3m: Update source URL.
* gnu/packages/w3m.scm (w3m)[source]: Update URL.
This commit is contained in:
parent
067a113a31
commit
bfc810ca13
1 changed files with 2 additions and 3 deletions
|
@ -42,10 +42,9 @@ (define-public w3m
|
||||||
(version "0.5.3+git20180125")
|
(version "0.5.3+git20180125")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
;; Debian's fork of w3m is the only one that is still
|
;; Debian's fork of w3m is the only one that is still maintained.
|
||||||
;; maintained.
|
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://anonscm.debian.org/cgit/collab-maint/w3m.git")
|
(url "https://salsa.debian.org/debian/w3m.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue