about summary refs log tree commit diff
path: root/pkgs/applications/audio/dirt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/dirt/default.nix')
-rw-r--r--pkgs/applications/audio/dirt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/dirt/default.nix b/pkgs/applications/audio/dirt/default.nix
index 1fcdda4089666..5e0cf3616fe53 100644
--- a/pkgs/applications/audio/dirt/default.nix
+++ b/pkgs/applications/audio/dirt/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "An unimpressive thingie for playing bits of samples with some level of accuracy";
-    homepage = https://github.com/tidalcycles/Dirt;
+    homepage = "https://github.com/tidalcycles/Dirt";
     license = licenses.gpl3;
     maintainers = with maintainers; [ anderspapitto ];
     platforms = with platforms; linux;