summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/pax-rs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/pax-rs/default.nix')
-rw-r--r--pkgs/development/tools/pax-rs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/pax-rs/default.nix b/pkgs/development/tools/pax-rs/default.nix
index 72516fb7d17f..6aa38104bcac 100644
--- a/pkgs/development/tools/pax-rs/default.nix
+++ b/pkgs/development/tools/pax-rs/default.nix
@@ -6,7 +6,7 @@ buildRustPackage rec {
version = "0.4.0";
meta = with stdenv.lib; {
- description = "The fastest JavaScript bundler in the galaxy.";
+ description = "The fastest JavaScript bundler in the galaxy";
longDescription = ''
The fastest JavaScript bundler in the galaxy. Fully supports ECMAScript module syntax (import/export) in addition to CommonJS require(<string>).
'';