Treewide: use https for www.spice-space.org

This commit is contained in:
c0bw3b
2018-11-25 00:01:22 +01:00
parent 126f94d808
commit b911f22730
5 changed files with 9 additions and 9 deletions
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Protocol headers for the SPICE protocol";
homepage = http://www.spice-space.org;
homepage = https://www.spice-space.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ bluescreen303 ];
platforms = platforms.linux;