about summary refs log tree commit diff
path: root/pkgs/applications/radio/hackrf
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/radio/hackrf')
-rw-r--r--pkgs/applications/radio/hackrf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/radio/hackrf/default.nix b/pkgs/applications/radio/hackrf/default.nix
index dfd7fabcc6e09..b0aaddcdc6b63 100644
--- a/pkgs/applications/radio/hackrf/default.nix
+++ b/pkgs/applications/radio/hackrf/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "An open source SDR platform";
-    homepage = "http://greatscottgadgets.com/hackrf/";
+    homepage = "https://greatscottgadgets.com/hackrf/";
     license = licenses.gpl2;
     platforms = platforms.all;
     maintainers = with maintainers; [ sjmackenzie ];