summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust1.nix4
-rw-r--r--pkgs/applications/audio/faust/faust2.nix4
-rw-r--r--pkgs/applications/audio/faust/faustlive.nix2
3 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/audio/faust/faust1.nix b/pkgs/applications/audio/faust/faust1.nix
index 687608b43524..64b8e7244311 100644
--- a/pkgs/applications/audio/faust/faust1.nix
+++ b/pkgs/applications/audio/faust/faust1.nix
@@ -17,8 +17,8 @@ let
};
meta = with stdenv.lib; {
- homepage = http://faust.grame.fr/;
- downloadPage = https://sourceforge.net/projects/faudiostream/files/;
+ homepage = "http://faust.grame.fr/";
+ downloadPage = "https://sourceforge.net/projects/faudiostream/files/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ magnetophon pmahoney ];
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index cca0e21f8358..33df1ce5d4ee 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -31,8 +31,8 @@ let
};
meta = with stdenv.lib; {
- homepage = http://faust.grame.fr/;
- downloadPage = https://sourceforge.net/projects/faudiostream/files/;
+ homepage = "http://faust.grame.fr/";
+ downloadPage = "https://sourceforge.net/projects/faudiostream/files/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ magnetophon pmahoney ];
diff --git a/pkgs/applications/audio/faust/faustlive.nix b/pkgs/applications/audio/faust/faustlive.nix
index 3b6ca9e4053f..90bd8bc60ad0 100644
--- a/pkgs/applications/audio/faust/faustlive.nix
+++ b/pkgs/applications/audio/faust/faustlive.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
together the convenience of a standalone interpreted language with the
efficiency of a compiled language. It's ideal for fast prototyping.
'';
- homepage = http://faust.grame.fr/;
+ homepage = "http://faust.grame.fr/";
license = licenses.gpl3;
};
}