about summary refs log tree commit diff
path: root/pkgs/applications/audio/helio-workstation/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/helio-workstation/default.nix')
-rw-r--r--pkgs/applications/audio/helio-workstation/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/helio-workstation/default.nix b/pkgs/applications/audio/helio-workstation/default.nix
index bfd211316a7c9..3ada3224e33e0 100644
--- a/pkgs/applications/audio/helio-workstation/default.nix
+++ b/pkgs/applications/audio/helio-workstation/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "One music sequencer for all major platforms, both desktop and mobile";
-    homepage = https://helio.fm/;
+    homepage = "https://helio.fm/";
     license = licenses.gpl3;
     maintainers = [ maintainers.suhr ];
     platforms = [ "x86_64-linux" ];