diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-09 09:00:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-09 10:19:42 +0100 |
commit | 79d04b36747e6d88862418051f52f864b7361d5a (patch) | |
tree | b30ed5f8d0d3664699f2bc9265cdd731dc01e9f0 /gnu | |
parent | 691c4185de5b4718d91988df27ae8b146087dfe9 (diff) |
gnu: bluefish: Download source over HTTPS.
* gnu/packages/gnome.scm (bluefish)[source]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 92ef018b51..91913c9e62 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9971,7 +9971,7 @@ only know by its Unicode name or code point.") (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")))) |