summary refs log tree commit diff
path: root/pkgs/development/tools/xqilla/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/xqilla/default.nix')
-rw-r--r--pkgs/development/tools/xqilla/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/xqilla/default.nix b/pkgs/development/tools/xqilla/default.nix
index 7d8029ee1f1..e97a6f1cdb7 100644
--- a/pkgs/development/tools/xqilla/default.nix
+++ b/pkgs/development/tools/xqilla/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   configureFlags = [ "--with-xerces=${xercesc}" ];
 
   meta = with stdenv.lib; {
-    description = "XQilla is an XQuery and XPath 2 library and command line utility written in C++, implemented on top of the Xerces-C library";
+    description = "An XQuery and XPath 2 library and command line utility written in C++, implemented on top of the Xerces-C library";
     license     = licenses.asl20 ;
     maintainers = with maintainers; [ obadz ];
     platforms   = platforms.all;