Treewide: use https for www.spice-space.org
This commit is contained in:
parent
126f94d808
commit
b911f22730
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
src_usbdk_x86 = fetchurl {
|
src_usbdk_x86 = fetchurl {
|
||||||
url = "http://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.4_x86.msi";
|
url = "https://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.4_x86.msi";
|
||||||
sha256 = "17hv8034wk1xqnanm5jxs4741nl7asps1fdz6lhnrpp6gvj6yg9y";
|
sha256 = "17hv8034wk1xqnanm5jxs4741nl7asps1fdz6lhnrpp6gvj6yg9y";
|
||||||
};
|
};
|
||||||
|
|
||||||
src_usbdk_amd64 = fetchurl {
|
src_usbdk_amd64 = fetchurl {
|
||||||
url = "http://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.4_x64.msi";
|
url = "https://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.4_x64.msi";
|
||||||
sha256 = "0alcqsivp33pm8sy0lmkvq7m5yh6mmcmxdl39zjxjra67kw8r2sd";
|
sha256 = "0alcqsivp33pm8sy0lmkvq7m5yh6mmcmxdl39zjxjra67kw8r2sd";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -17,12 +17,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
src_vdagent_x86 = fetchurl {
|
src_vdagent_x86 = fetchurl {
|
||||||
url = "http://www.spice-space.org/download/windows/vdagent/vdagent-win-0.7.3/vdagent_0_7_3_x86.zip";
|
url = "https://www.spice-space.org/download/windows/vdagent/vdagent-win-0.7.3/vdagent_0_7_3_x86.zip";
|
||||||
sha256 = "0d928g49rf4dl79jmvnqh6g864hp1flw1f0384sfp82himm3bxjs";
|
sha256 = "0d928g49rf4dl79jmvnqh6g864hp1flw1f0384sfp82himm3bxjs";
|
||||||
};
|
};
|
||||||
|
|
||||||
src_vdagent_amd64 = fetchurl {
|
src_vdagent_amd64 = fetchurl {
|
||||||
url = "http://www.spice-space.org/download/windows/vdagent/vdagent-win-0.7.3/vdagent_0_7_3_x64.zip";
|
url = "https://www.spice-space.org/download/windows/vdagent/vdagent-win-0.7.3/vdagent_0_7_3_x64.zip";
|
||||||
sha256 = "0djmvm66jcmcyhhbjppccbai45nqpva7vyvry6w8nyc0fwi1vm9l";
|
sha256 = "0djmvm66jcmcyhhbjppccbai45nqpva7vyvry6w8nyc0fwi1vm9l";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
@ -62,7 +62,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = ''Windows SPICE Drivers'';
|
description = ''Windows SPICE Drivers'';
|
||||||
homepage = http://www.spice-space.org;
|
homepage = https://www.spice-space.org;
|
||||||
maintainers = [ maintainers.tstrobel ];
|
maintainers = [ maintainers.tstrobel ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
to the client resolution
|
to the client resolution
|
||||||
* Multiple displays
|
* Multiple displays
|
||||||
'';
|
'';
|
||||||
homepage = http://www.spice-space.org/home.html;
|
homepage = https://www.spice-space.org/;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = [ stdenv.lib.maintainers.aboseley ];
|
maintainers = [ stdenv.lib.maintainers.aboseley ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -74,7 +74,7 @@ in stdenv.mkDerivation rec {
|
|||||||
Python bindings are available too.
|
Python bindings are available too.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://www.spice-space.org/;
|
homepage = https://www.spice-space.org/;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = [ maintainers.xeji ];
|
maintainers = [ maintainers.xeji ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Protocol headers for the SPICE protocol";
|
description = "Protocol headers for the SPICE protocol";
|
||||||
homepage = http://www.spice-space.org;
|
homepage = https://www.spice-space.org/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ bluescreen303 ];
|
maintainers = with maintainers; [ bluescreen303 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
VD-Interfaces. The VD-Interfaces (VDI) enable both ends of the solution to be easily
|
VD-Interfaces. The VD-Interfaces (VDI) enable both ends of the solution to be easily
|
||||||
utilized by a third-party component.
|
utilized by a third-party component.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.spice-space.org/;
|
homepage = https://www.spice-space.org/;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
|
|
||||||
maintainers = [ maintainers.bluescreen303 ];
|
maintainers = [ maintainers.bluescreen303 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user