summary refs log tree commit diff
path: root/pkgs/applications/audio/csound/csound-qt/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-04-10 18:13:24 +0000
committerAlyssa Ross <hi@alyssa.is>2020-04-10 18:13:24 +0000
commit1b980d7c7aef13cd25b1dd346e407ad9706c2155 (patch)
treeba3631781f11995641a97516777dbb20b821011f /pkgs/applications/audio/csound/csound-qt/default.nix
parentb77a9aeec19a22702ae234c2c3c7d27aae469de6 (diff)
parent168a045e259743970bc18a9f9243da0ae51331e7 (diff)
downloadnixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar.gz
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar.bz2
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar.lz
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar.xz
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar.zst
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.zip
Merge remote-tracking branch 'nixpkgs/master' into master
Diffstat (limited to 'pkgs/applications/audio/csound/csound-qt/default.nix')
-rw-r--r--pkgs/applications/audio/csound/csound-qt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/csound/csound-qt/default.nix b/pkgs/applications/audio/csound/csound-qt/default.nix
index d16d9331821..895609d3c02 100644
--- a/pkgs/applications/audio/csound/csound-qt/default.nix
+++ b/pkgs/applications/audio/csound/csound-qt/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "CsoundQt is a frontend for Csound with editor, integrated help, widgets and other features.";
-    homepage = https://csoundqt.github.io/;
+    homepage = "https://csoundqt.github.io/";
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ hlolli ];