summary refs log tree commit diff
path: root/pkgs/applications/misc/spacenav-cube-example/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/spacenav-cube-example/default.nix')
-rw-r--r--pkgs/applications/misc/spacenav-cube-example/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/spacenav-cube-example/default.nix b/pkgs/applications/misc/spacenav-cube-example/default.nix
index 697d13c8c0e..990aedbc71e 100644
--- a/pkgs/applications/misc/spacenav-cube-example/default.nix
+++ b/pkgs/applications/misc/spacenav-cube-example/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with lib; {
-    homepage = "http://spacenav.sourceforge.net/";
+    homepage = "https://spacenav.sourceforge.net/";
     description = "An example application to test the spacenavd driver";
     license = licenses.bsd3;
     platforms = platforms.unix;