about summary refs log tree commit diff
path: root/pkgs/development/pure-modules/audio/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/pure-modules/audio/default.nix')
-rw-r--r--pkgs/development/pure-modules/audio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/pure-modules/audio/default.nix b/pkgs/development/pure-modules/audio/default.nix
index cd1435d659961..e99c87ec70659 100644
--- a/pkgs/development/pure-modules/audio/default.nix
+++ b/pkgs/development/pure-modules/audio/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "A digital audio interface for the Pure programming language";
-    homepage = http://puredocs.bitbucket.org/pure-audio.html;
+    homepage = "http://puredocs.bitbucket.org/pure-audio.html";
     license = stdenv.lib.licenses.bsd3;
     platforms = stdenv.lib.platforms.linux;
     maintainers = with stdenv.lib.maintainers; [ asppsa ];