about summary refs log tree commit diff
path: root/pkgs/development/python-modules/keep/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/keep/default.nix')
-rw-r--r--pkgs/development/python-modules/keep/default.nix17
1 files changed, 9 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/keep/default.nix b/pkgs/development/python-modules/keep/default.nix
index 354ce597e6ec0..f4e0ab5f1250a 100644
--- a/pkgs/development/python-modules/keep/default.nix
+++ b/pkgs/development/python-modules/keep/default.nix
@@ -1,10 +1,11 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, pygithub
-, terminaltables
-, click
-, requests
+{
+  lib,
+  buildPythonPackage,
+  fetchPypi,
+  pygithub,
+  terminaltables,
+  click,
+  requests,
 }:
 
 buildPythonPackage rec {
@@ -30,7 +31,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     homepage = "https://github.com/orkohunter/keep";
-    description = "A Meta CLI toolkit: Personal shell command keeper and snippets manager";
+    description = "Meta CLI toolkit: Personal shell command keeper and snippets manager";
     mainProgram = "keep";
     platforms = platforms.all;
     license = licenses.mit;