about summary refs log tree commit diff
path: root/pkgs/by-name/xm/xmldiff/package.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-10 00:02:49 +0000
committerGitHub <noreply@github.com>2024-06-10 00:02:49 +0000
commitc8c2ff3b9b30b86eba2951d46ca8dc3684ce6a1e (patch)
tree83976206036b0895d7f1142a7a9df31231e125ea /pkgs/by-name/xm/xmldiff/package.nix
parent07c48ff2c9f43cd433a4841b789db9cc3bf16dd1 (diff)
parentc96a6f10efd5851a5c7efac63e7594bb2b81b1b4 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/by-name/xm/xmldiff/package.nix')
-rw-r--r--pkgs/by-name/xm/xmldiff/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/xm/xmldiff/package.nix b/pkgs/by-name/xm/xmldiff/package.nix
index 05911ad2acd15..1cacb6ac278cd 100644
--- a/pkgs/by-name/xm/xmldiff/package.nix
+++ b/pkgs/by-name/xm/xmldiff/package.nix
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication {
 
   meta = {
     homepage = "https://xmldiff.readthedocs.io/en/stable/";
-    description = "A library and command line utility for diffing xml";
+    description = "Library and command line utility for diffing xml";
     longDescription = ''
       xmldiff is a library and a command-line utility for making diffs out of
       XML. This may seem like something that doesn't need a dedicated utility,