summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2020-04-29 00:12:27 +0200
committerJon <jonringer@users.noreply.github.com>2020-05-03 22:11:57 -0700
commitfe7b497c83b6307f16a51160fead19c38e069680 (patch)
tree13fabec64cfca732e18018cac1cf5cc301178768 /pkgs/development/python-modules/python-gitlab
parent3ff1de34b3697d0579ea51ec3c9ef1367023c2b7 (diff)
python3Packages.python-gitlab: re-format with nixfmt
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
-rw-r--r--pkgs/development/python-modules/python-gitlab/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix
index d2b1a6570b12..0fd4c3b8e01b 100644
--- a/pkgs/development/python-modules/python-gitlab/default.nix
+++ b/pkgs/development/python-modules/python-gitlab/default.nix
@@ -1,7 +1,7 @@
{ stdenv, buildPythonPackage, fetchPypi, requests, six, mock, httmock }:
buildPythonPackage rec {
- pname = "python-gitlab";
+ pname = "python-gitlab";
version = "1.15.0";
src = fetchPypi {
@@ -15,8 +15,8 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Interact with GitLab API";
- homepage = "https://github.com/python-gitlab/python-gitlab";
- license = licenses.lgpl3;
+ homepage = "https://github.com/python-gitlab/python-gitlab";
+ license = licenses.lgpl3;
maintainers = with maintainers; [ nyanloutre ];
};
}