summary refs log tree commit diff
path: root/pkgs/applications/audio/polyphone/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/polyphone/default.nix')
-rw-r--r--pkgs/applications/audio/polyphone/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/polyphone/default.nix b/pkgs/applications/audio/polyphone/default.nix
index 404ed9fb776..270d51840d7 100644
--- a/pkgs/applications/audio/polyphone/default.nix
+++ b/pkgs/applications/audio/polyphone/default.nix
@@ -41,7 +41,7 @@ mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A soundfont editor for creating musical instruments";
-    homepage = https://www.polyphone-soundfonts.com/;
+    homepage = "https://www.polyphone-soundfonts.com/";
     license = licenses.gpl3;
     maintainers = [ maintainers.maxdamantus ];
     platforms = platforms.linux;