summary refs log tree commit diff
path: root/pkgs/applications/misc/multimon-ng/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/multimon-ng/default.nix')
-rw-r--r--pkgs/applications/misc/multimon-ng/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/multimon-ng/default.nix b/pkgs/applications/misc/multimon-ng/default.nix
index 8e39c258333..24a8b0c46a6 100644
--- a/pkgs/applications/misc/multimon-ng/default.nix
+++ b/pkgs/applications/misc/multimon-ng/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
       AFSK2400 AFSK2400_2 AFSK2400_3 HAPN4800 FSK9600 DTMF ZVEI1 ZVEI2
       ZVEI3 DZVEI PZVEI EEA EIA CCIR MORSE CW
     '';
-    homepage = "https://github.com/EliasOenal/multimon-ng";
+    homepage = https://github.com/EliasOenal/multimon-ng;
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ the-kenny ];