about summary refs log tree commit diff
path: root/pkgs/development/tools/database/pyrseas/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/database/pyrseas/default.nix')
-rw-r--r--pkgs/development/tools/database/pyrseas/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/database/pyrseas/default.nix b/pkgs/development/tools/database/pyrseas/default.nix
index cf93f114e7db5..03b0a5cecbbbf 100644
--- a/pkgs/development/tools/database/pyrseas/default.nix
+++ b/pkgs/development/tools/database/pyrseas/default.nix
@@ -41,7 +41,7 @@ python3Packages.buildPythonApplication rec {
   doCheck = false;
 
   meta = {
-    description = "A declarative language to describe PostgreSQL databases";
+    description = "Declarative language to describe PostgreSQL databases";
     homepage = "https://perseas.github.io/";
     license = lib.licenses.bsd3;
     maintainers = with lib.maintainers; [ pmeunier ];