gnu: qutebrowser: Update source URI.
* gnu/packages/web-browsers.scm (qutebrowser)[source]: Github redirects to this updated URI.
This commit is contained in:
parent
7e232d02ea
commit
a066e289ab
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ access.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/The-Compiler/"
|
(uri (string-append "https://github.com/qutebrowser/"
|
||||||
"qutebrowser/releases/download/v" version "/"
|
"qutebrowser/releases/download/v" version "/"
|
||||||
"qutebrowser-" version ".tar.gz"))
|
"qutebrowser-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in a new issue