mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +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
|
||||
(origin
|
||||
(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"))
|
||||
(sha256
|
||||
(base32 "0a7kf78q4cj2ap4igjks9kbmmr74brsrl4y2f9wbxpl0b0v2ck2x"))))
|
||||
|
|
Loading…
Reference in a new issue