summary refs log tree commit diff
path: root/pkgs/applications/audio/csound
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
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')
-rw-r--r--pkgs/applications/audio/csound/csound-qt/default.nix2
-rw-r--r--pkgs/applications/audio/csound/default.nix2
2 files changed, 2 insertions, 2 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 ];
diff --git a/pkgs/applications/audio/csound/default.nix b/pkgs/applications/audio/csound/default.nix
index 758448c2fb3..4b426609fea 100644
--- a/pkgs/applications/audio/csound/default.nix
+++ b/pkgs/applications/audio/csound/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";
-    homepage = http://www.csounds.com/;
+    homepage = "http://www.csounds.com/";
     license = licenses.gpl2;
     maintainers = [maintainers.marcweber];
     platforms = platforms.linux;