summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/denemo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/denemo/default.nix')
-rw-r--r--pkgs/applications/audio/denemo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/denemo/default.nix b/pkgs/applications/audio/denemo/default.nix
index f3adec4fece2..1438b066061d 100644
--- a/pkgs/applications/audio/denemo/default.nix
+++ b/pkgs/applications/audio/denemo/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Music notation and composition software used with lilypond";
- homepage = http://denemo.org;
+ homepage = "http://denemo.org";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.olynch ];