treewide: use more HTTPS URLs
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "sigrok-cli-0.7.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sigrok.org/download/source/sigrok-cli/${name}.tar.gz";
|
||||
url = "https://sigrok.org/download/source/sigrok-cli/${name}.tar.gz";
|
||||
sha256 = "072ylscp0ppgii1k5j07hhv7dfmni4vyhxnsvxmgqgfyq9ldjsan";
|
||||
};
|
||||
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command-line frontend for the sigrok signal analysis software suite";
|
||||
homepage = http://sigrok.org/;
|
||||
homepage = https://sigrok.org/;
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
||||
Reference in New Issue
Block a user