diff options
| author | ethnh <ethanhindmarsh04@gmail.com> | 2024-03-28 00:34:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 00:34:55 -0500 |
| commit | 76f721221094831c98c16fb1b23db02cdd7b6ef2 (patch) | |
| tree | f761fbbd64acf4c54d51b14d40ccb1cec8fd9a6b /pkgs/development/python-modules/python-gitlab | |
| parent | 86cc8539732f9f8a98ad6f6e8d2f7e225c72b283 (diff) | |
| parent | e0188a425eb0b221701e56a5e7b028713ffc7b62 (diff) | |
Merge branch 'NixOS:master' into master
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
| -rw-r--r-- | pkgs/development/python-modules/python-gitlab/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix index 6931a0d4ee45..3703843091d2 100644 --- a/pkgs/development/python-modules/python-gitlab/default.nix +++ b/pkgs/development/python-modules/python-gitlab/default.nix @@ -52,6 +52,7 @@ buildPythonPackage rec { meta = with lib; { description = "Interact with GitLab API"; + mainProgram = "gitlab"; homepage = "https://github.com/python-gitlab/python-gitlab"; changelog = "https://github.com/python-gitlab/python-gitlab/blob/v${version}/CHANGELOG.md"; license = licenses.lgpl3Only; |
