about summary refs log tree commit diff
path: root/pkgs/applications/radio/gqrx
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-03-28 00:05:50 +0100
committerGitHub <noreply@github.com>2020-03-28 00:05:50 +0100
commit5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a (patch)
tree0f0bf20090b002185919bdbec6d17ef2429a89d7 /pkgs/applications/radio/gqrx
parent9fc5e7e473874762fdb1b49d17dcf703d48352c3 (diff)
downloadnixlib-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar
nixlib-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar.gz
nixlib-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar.bz2
nixlib-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar.lz
nixlib-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar.xz
nixlib-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar.zst
nixlib-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.zip
treewide: add quotes to recently-changed urls
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
Diffstat (limited to 'pkgs/applications/radio/gqrx')
-rw-r--r--pkgs/applications/radio/gqrx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/radio/gqrx/default.nix b/pkgs/applications/radio/gqrx/default.nix
index 0b65a407d9cc..f1a71804e3ff 100644
--- a/pkgs/applications/radio/gqrx/default.nix
+++ b/pkgs/applications/radio/gqrx/default.nix
@@ -38,7 +38,7 @@ mkDerivation rec {
       including Funcube Dongle Pro/Pro+, rtl-sdr, HackRF, and Universal
       Software Radio Peripheral (USRP) devices.
     '';
-    homepage = https://gqrx.dk/;
+    homepage = "https://gqrx.dk/";
     # Some of the code comes from the Cutesdr project, with a BSD license, but
     # it's currently unknown which version of the BSD license that is.
     license = licenses.gpl3Plus;