summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/textadept/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/textadept/default.nix')
-rw-r--r--pkgs/applications/editors/textadept/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/textadept/default.nix b/pkgs/applications/editors/textadept/default.nix
index 075c3ecd5bf6..e1f9ff9d7105 100644
--- a/pkgs/applications/editors/textadept/default.nix
+++ b/pkgs/applications/editors/textadept/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
) (import ./deps.nix));
meta = with lib; {
- description = "An extensible text editor based on Scintilla with Lua scripting.";
+ description = "An extensible text editor based on Scintilla with Lua scripting";
homepage = "http://foicica.com/textadept";
license = licenses.mit;
maintainers = with maintainers; [ raskin mirrexagon arcuru ];