summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/alda/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/interpreters/alda/default.nix')
-rw-r--r--pkgs/development/interpreters/alda/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/alda/default.nix b/pkgs/development/interpreters/alda/default.nix
index e04188426a12..b82b0b978f9c 100644
--- a/pkgs/development/interpreters/alda/default.nix
+++ b/pkgs/development/interpreters/alda/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
- description = "A music programming language for musicians.";
+ description = "A music programming language for musicians";
homepage = "https://alda.io";
license = licenses.epl10;
maintainers = [ maintainers.ericdallo ];