mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 03:06:40 +01:00
gnu: bluefish: Download source over HTTPS.
* gnu/packages/gnome.scm (bluefish)[source]: Use HTTPS.
This commit is contained in:
parent
691c4185de
commit
79d04b3674
1 changed files with 1 additions and 1 deletions
|
@ -9971,7 +9971,7 @@ (define-public bluefish
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.bennewitz.com/bluefish/stable/source/"
|
(uri (string-append "https://www.bennewitz.com/bluefish/stable/source/"
|
||||||
"bluefish-" version ".tar.gz"))
|
"bluefish-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a7kf78q4cj2ap4igjks9kbmmr74brsrl4y2f9wbxpl0b0v2ck2x"))))
|
(base32 "0a7kf78q4cj2ap4igjks9kbmmr74brsrl4y2f9wbxpl0b0v2ck2x"))))
|
||||||
|
|
Loading…
Reference in a new issue