summary refs log tree commit diff
path: root/pkgs/applications/audio/orca-c/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/orca-c/default.nix')
-rw-r--r--pkgs/applications/audio/orca-c/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/orca-c/default.nix b/pkgs/applications/audio/orca-c/default.nix
index 3a4f4b2ce2b..74c74578beb 100644
--- a/pkgs/applications/audio/orca-c/default.nix
+++ b/pkgs/applications/audio/orca-c/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    description = "An esoteric programming language designed to quickly create procedural sequencers.";
+    description = "An esoteric programming language designed to quickly create procedural sequencers";
     homepage = "https://github.com/hundredrabbits/Orca-c";
     license = licenses.mit;
     platforms = platforms.all;