python312Packages.keep: update meta

This commit is contained in:
Fabian Affolter 2024-11-14 10:07:03 +01:00
parent 846aa24c45
commit 0733bbf17e

View File

@ -32,12 +32,12 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
pythonImportsCheck = [ "keep" ]; pythonImportsCheck = [ "keep" ];
meta = with lib; { meta = {
homepage = "https://github.com/orkohunter/keep"; description = "Meta CLI toolkit to keep personal shell command keeper and manage snippets";
description = "Meta CLI toolkit: Personal shell command keeper and snippets manager"; homepage = "https://github.com/OrkoHunter/keep";
changelog = "https://github.com/OrkoHunter/keep/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ris ];
mainProgram = "keep"; mainProgram = "keep";
platforms = platforms.all;
license = licenses.mit;
maintainers = with maintainers; [ ris ];
}; };
} }