summary refs log tree commit diff
path: root/pkgs/applications/misc/airspy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/airspy/default.nix')
-rw-r--r--pkgs/applications/misc/airspy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/airspy/default.nix b/pkgs/applications/misc/airspy/default.nix
index c015a701ab08..9b6771a3925b 100644
--- a/pkgs/applications/misc/airspy/default.nix
+++ b/pkgs/applications/misc/airspy/default.nix
@@ -26,7 +26,7 @@ in
       lib.optionals stdenv.isLinux [ "-DINSTALL_UDEV_RULES=ON" ];
 
     meta = with stdenv.lib; {
-      homepage = http://github.com/airspy/airspyone_host;
+      homepage = https://github.com/airspy/airspyone_host;
       description = "Host tools and driver library for the AirSpy SDR";
       license = licenses.free;
       platforms = with platforms; linux ++ darwin;