mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python312Packages.keep: update meta
This commit is contained in:
parent
846aa24c45
commit
0733bbf17e
@ -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 ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user