Merge pull request #220306 from fabaff/shell-genie-license

shell-genie: specify license
This commit is contained in:
Fabian Affolter
2023-03-10 00:34:47 +01:00
committed by GitHub
@@ -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 ];
};
}