python311Packages.autocommand: specify license

This commit is contained in:
Fabian Affolter 2023-08-07 08:39:04 +02:00 committed by GitHub
parent 043397326c
commit 7173f833b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; [ ];
};
}