diff options
author | Brett Gilio <brettg@gnu.org> | 2019-12-24 14:36:47 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2019-12-24 14:36:47 -0600 |
commit | a066e289ab8ea971336515b53dd5340cbdf90904 (patch) | |
tree | ff79f0501509c677c631d4b20428ec8fb8d8dca9 /gnu | |
parent | 7e232d02ea574ba027b1c8a964d29b23b455fca7 (diff) | |
download | patches-a066e289ab8ea971336515b53dd5340cbdf90904.tar patches-a066e289ab8ea971336515b53dd5340cbdf90904.tar.gz |
gnu: qutebrowser: Update source URI.
* gnu/packages/web-browsers.scm (qutebrowser)[source]: Github redirects to
this updated URI.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web-browsers.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 7586011755..4fdf5f5419 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -280,7 +280,7 @@ access.") (source (origin (method url-fetch) - (uri (string-append "https://github.com/The-Compiler/" + (uri (string-append "https://github.com/qutebrowser/" "qutebrowser/releases/download/v" version "/" "qutebrowser-" version ".tar.gz")) (sha256 |