summary refs log tree commit diff
path: root/pkgs/development/tools/xqilla
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2020-10-26 11:08:40 +0700
committerJon <jonringer@users.noreply.github.com>2020-10-27 09:15:07 -0700
commitdb74029e3e9b884731f0753f605e2d838b70afb0 (patch)
tree01cf8e94b0b6090765c01ad54f5c7dd8444bce06 /pkgs/development/tools/xqilla
parent7371c2cc9bf813ae52bebff357e4bf3070879bbf (diff)
downloadnixpkgs-db74029e3e9b884731f0753f605e2d838b70afb0.tar
nixpkgs-db74029e3e9b884731f0753f605e2d838b70afb0.tar.gz
nixpkgs-db74029e3e9b884731f0753f605e2d838b70afb0.tar.bz2
nixpkgs-db74029e3e9b884731f0753f605e2d838b70afb0.tar.lz
nixpkgs-db74029e3e9b884731f0753f605e2d838b70afb0.tar.xz
nixpkgs-db74029e3e9b884731f0753f605e2d838b70afb0.tar.zst
nixpkgs-db74029e3e9b884731f0753f605e2d838b70afb0.zip
treewide: remove package names from prefix of descriptions
Diffstat (limited to 'pkgs/development/tools/xqilla')
-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;