summary refs log tree commit diff
path: root/pkgs/applications/audio/bs1770gain/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/bs1770gain/default.nix')
-rw-r--r--pkgs/applications/audio/bs1770gain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/bs1770gain/default.nix b/pkgs/applications/audio/bs1770gain/default.nix
index 0241e38281b..2401a610156 100644
--- a/pkgs/applications/audio/bs1770gain/default.nix
+++ b/pkgs/applications/audio/bs1770gain/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "A audio/video loudness scanner implementing ITU-R BS.1770";
     license = licenses.gpl2Plus;
-    homepage = "http://bs1770gain.sourceforge.net/";
+    homepage = http://bs1770gain.sourceforge.net/;
     platforms = platforms.all;
   };
 }