summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-04-04 08:25:51 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2024-04-04 08:25:51 +0200
commit537d34da58a8b3e0a6e8ae7c71f257b8890ab53e (patch)
tree302dfa3ec5763dbbbf5c0d42ec736d4e57fa08b1 /pkgs/development/python-modules/python-gitlab
parentf126a02f2f68cad8e99ab37cd030105ee8189106 (diff)
parente52ada4e6beea931c244bf8cc4a75d8a07d62373 (diff)
Merge branch 'master' into technitium-dns-server-module
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
-rw-r--r--pkgs/development/python-modules/python-gitlab/default.nix1
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;