summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/fluidsynth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/fluidsynth/default.nix')
-rw-r--r--pkgs/applications/audio/fluidsynth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/fluidsynth/default.nix b/pkgs/applications/audio/fluidsynth/default.nix
index 8e2895bf8478..9d9772cde29a 100644
--- a/pkgs/applications/audio/fluidsynth/default.nix
+++ b/pkgs/applications/audio/fluidsynth/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Real-time software synthesizer based on the SoundFont 2 specifications";
- homepage = http://www.fluidsynth.org;
+ homepage = "http://www.fluidsynth.org";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ goibhniu lovek323 ];
platforms = platforms.unix;