mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python311Packages.autocommand: specify license
This commit is contained in:
parent
043397326c
commit
7173f833b8
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Autocommand turns a python function into a CLI program";
|
||||
homepage = "https://github.com/Lucretiel/autocommand";
|
||||
license = licenses.lgpl3;
|
||||
license = licenses.lgpl3Only;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user