summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gawd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/gawd/default.nix')
-rw-r--r--pkgs/development/python-modules/gawd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/gawd/default.nix b/pkgs/development/python-modules/gawd/default.nix
index b3afe56d9daf..48bc3a3a8679 100644
--- a/pkgs/development/python-modules/gawd/default.nix
+++ b/pkgs/development/python-modules/gawd/default.nix
@@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = {
changelog = "https://github.com/pooya-rostami/gawd/releases/tag/${version}";
- description = "Gawd is a Python library and command-line tool for computing syntactic differences between two GitHub Actions workflow files";
+ description = "Python library and command-line tool for computing syntactic differences between two GitHub Actions workflow files";
mainProgram = "gawd";
homepage = "https://github.com/pooya-rostami/gawd";
license = lib.licenses.lgpl3Only;