diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-03-19 04:00:19 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-03-19 04:00:32 +0100 |
| commit | 3321e63b12183eadf7f9004aa0c9e79a2c471986 (patch) | |
| tree | b201e4f8ae10b396ec6405c49f3c3e5eb7ec79cb /pkgs/development/python-modules/python-openstackclient | |
| parent | 7c0bd382c72689b24a726b03b3436963e911c787 (diff) | |
| parent | afa65506cb0b4bed7191223bc693e6779c690a5b (diff) | |
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index 79306e4d11ab..1a6f111cf874 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -59,6 +59,7 @@ buildPythonPackage rec { meta = with lib; { description = "OpenStack Command-line Client"; + mainProgram = "openstack"; homepage = "https://github.com/openstack/python-openstackclient"; license = licenses.asl20; maintainers = teams.openstack.members; |
