summary refs log tree commit diff
path: root/pkgs/development/libraries/spice
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-11-25 00:01:22 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-11-25 00:01:22 +0100
commitb911f22730da1a80ae95c2506637f8f5bb1b9f87 (patch)
treec1b6c5a004ded56f11cdd12d53c2ed69ba682038 /pkgs/development/libraries/spice
parent126f94d8085507a45bd54760a2b7700af0b9aa83 (diff)
downloadnixpkgs-b911f22730da1a80ae95c2506637f8f5bb1b9f87.tar
nixpkgs-b911f22730da1a80ae95c2506637f8f5bb1b9f87.tar.gz
nixpkgs-b911f22730da1a80ae95c2506637f8f5bb1b9f87.tar.bz2
nixpkgs-b911f22730da1a80ae95c2506637f8f5bb1b9f87.tar.lz
nixpkgs-b911f22730da1a80ae95c2506637f8f5bb1b9f87.tar.xz
nixpkgs-b911f22730da1a80ae95c2506637f8f5bb1b9f87.tar.zst
nixpkgs-b911f22730da1a80ae95c2506637f8f5bb1b9f87.zip
Treewide: use https for www.spice-space.org
Diffstat (limited to 'pkgs/development/libraries/spice')
-rw-r--r--pkgs/development/libraries/spice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/spice/default.nix b/pkgs/development/libraries/spice/default.nix
index e9b12d16984..dadbe57dccd 100644
--- a/pkgs/development/libraries/spice/default.nix
+++ b/pkgs/development/libraries/spice/default.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
       VD-Interfaces. The VD-Interfaces (VDI) enable both ends of the solution to be easily
       utilized by a third-party component.
     '';
-    homepage = http://www.spice-space.org/;
+    homepage = https://www.spice-space.org/;
     license = licenses.lgpl21;
 
     maintainers = [ maintainers.bluescreen303 ];