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:
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
name = "bindfs-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://bindfs.org/downloads/${name}.tar.gz";
|
||||
url = "https://bindfs.org/downloads/${name}.tar.gz";
|
||||
sha256 = "1dgqjq2plpds442ygpv8czr5v199ljscp33m89y19x04ssljrymc";
|
||||
};
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ stdenv.mkDerivation {
|
||||
outputs = [ "dev" "lib" "out" "doc" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://ceph.com/;
|
||||
homepage = https://ceph.com/;
|
||||
description = "Distributed storage system";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ adev ak wkennington ];
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://github.com/fcitx/fcitx-qt5;
|
||||
homepage = https://github.com/fcitx/fcitx-qt5;
|
||||
description = "Qt5 IM Module for Fcitx";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://github.com/fcitx/fcitx;
|
||||
homepage = https://github.com/fcitx/fcitx;
|
||||
description = "A Flexible Input Method Framework";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.argtable.org/;
|
||||
homepage = https://www.argtable.org/;
|
||||
description = "A Cross-Platform, Single-File, ANSI C Command-Line Parsing Library";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ artuuge ];
|
||||
|
||||
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "EDID decoder and conformance tester";
|
||||
homepage = http://cgit.freedesktop.org/xorg/app/edid-decode/;
|
||||
homepage = https://cgit.freedesktop.org/xorg/app/edid-decode/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [ stdenv.lib.maintainers.chiiruno ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user