shell-genie: specify license

This commit is contained in:
Fabian Affolter 2023-03-09 09:38:05 +01:00
parent 6a231a6eb7
commit d6e52d26b0

View File

@ -40,8 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Describe your shell commands in natural language";
homepage = "https://github.com/dylanjcastillo/shell-genie";
# https://github.com/dylanjcastillo/shell-genie/issues/3
license = licenses.unfree;
license = licenses.mit;
maintainers = with maintainers; [ onny ];
};
}