summary refs log tree commit diff
path: root/pkgs/applications/audio/dr14_tmeter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/dr14_tmeter/default.nix')
-rw-r--r--pkgs/applications/audio/dr14_tmeter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/dr14_tmeter/default.nix b/pkgs/applications/audio/dr14_tmeter/default.nix
index ea0ce8cb5f3..fbf25384eef 100644
--- a/pkgs/applications/audio/dr14_tmeter/default.nix
+++ b/pkgs/applications/audio/dr14_tmeter/default.nix
@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
   meta = with stdenv.lib; {
     description = "Compute the DR14 of a given audio file according to the procedure described by the Pleasurize Music Foundation";
     license = licenses.gpl3Plus;
-    homepage = http://dr14tmeter.sourceforge.net/;
+    homepage = "http://dr14tmeter.sourceforge.net/";
     maintainers = [ maintainers.adisbladis ];
   };
 }