diff options
author | Leo Famulari <leo@famulari.name> | 2018-06-18 12:31:48 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-06-18 12:32:22 -0400 |
commit | bfc810ca131ea9d0ec93a59ee665573b2304f2d1 (patch) | |
tree | 781eefd0ad1f094b0e33b6e7cdb7712ba81b4249 /gnu/packages/w3m.scm | |
parent | 067a113a31880161af65c623847f3ac35a303a53 (diff) | |
download | patches-bfc810ca131ea9d0ec93a59ee665573b2304f2d1.tar patches-bfc810ca131ea9d0ec93a59ee665573b2304f2d1.tar.gz |
gnu: w3m: Update source URL.
* gnu/packages/w3m.scm (w3m)[source]: Update URL.
Diffstat (limited to 'gnu/packages/w3m.scm')
-rw-r--r-- | gnu/packages/w3m.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm index 4e3264a47e..a8761ec602 100644 --- a/gnu/packages/w3m.scm +++ b/gnu/packages/w3m.scm @@ -42,10 +42,9 @@ (version "0.5.3+git20180125") (source (origin (method git-fetch) - ;; Debian's fork of w3m is the only one that is still - ;; maintained. + ;; Debian's fork of w3m is the only one that is still maintained. (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)))) (file-name (git-file-name name version)) (sha256 |