about summary refs log tree commit diff
path: root/pkgs/applications/misc/airspy
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-01-05 14:42:46 -0500
committerVladimír Čunát <vcunat@gmail.com>2018-01-05 20:42:46 +0100
commit7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9 (patch)
tree10ce937167f666f694f15c35f08d6648f03e90e9 /pkgs/applications/misc/airspy
parenta7ef0c03d209e0512be9da390c4dcdf2235730f9 (diff)
treewide: homepage+src updates (found by repology, #33263)
Diffstat (limited to 'pkgs/applications/misc/airspy')
-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 c015a701ab087..9b6771a3925bf 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;