summary refs log tree commit diff
path: root/pkgs/applications/audio/traverso
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-03-28 00:05:50 +0100
committerGitHub <noreply@github.com>2020-03-28 00:05:50 +0100
commit5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a (patch)
tree0f0bf20090b002185919bdbec6d17ef2429a89d7 /pkgs/applications/audio/traverso
parent9fc5e7e473874762fdb1b49d17dcf703d48352c3 (diff)
downloadnixpkgs-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar
nixpkgs-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar.gz
nixpkgs-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar.bz2
nixpkgs-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar.lz
nixpkgs-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar.xz
nixpkgs-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.tar.zst
nixpkgs-5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a.zip
treewide: add quotes to recently-changed urls
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
Diffstat (limited to 'pkgs/applications/audio/traverso')
-rw-r--r--pkgs/applications/audio/traverso/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/traverso/default.nix b/pkgs/applications/audio/traverso/default.nix
index bbc5b4d4fd7..504e6ae9644 100644
--- a/pkgs/applications/audio/traverso/default.nix
+++ b/pkgs/applications/audio/traverso/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "Cross-platform multitrack audio recording and audio editing suite";
-    homepage = https://traverso-daw.org/;
+    homepage = "https://traverso-daw.org/";
     license = with licenses; [ gpl2Plus lgpl21Plus ];
     platforms = platforms.all;
     maintainers = with maintainers; [ coconnor ];