summary refs log tree commit diff
path: root/pkgs/development/libraries/opencore-amr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/opencore-amr/default.nix')
-rw-r--r--pkgs/development/libraries/opencore-amr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/opencore-amr/default.nix b/pkgs/development/libraries/opencore-amr/default.nix
index e2d34ae5f07..4848ef864bf 100644
--- a/pkgs/development/libraries/opencore-amr/default.nix
+++ b/pkgs/development/libraries/opencore-amr/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
   };
   
   meta = {
-    homepage = https://opencore-amr.sourceforge.io/;
+    homepage = "https://opencore-amr.sourceforge.io/";
     description = "Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec. 
     Library of VisualOn implementation of Adaptive Multi Rate Wideband (AMR-WB)";
     license = stdenv.lib.licenses.asl20;