python3Packages.python-gitlab: re-format with nixfmt

Changed files
+3 -3
pkgs
development
python-modules
python-gitlab
+3 -3
pkgs/development/python-modules/python-gitlab/default.nix
···
{ stdenv, buildPythonPackage, fetchPypi, requests, six, mock, httmock }:
buildPythonPackage rec {
-
pname = "python-gitlab";
version = "1.15.0";
src = fetchPypi {
···
meta = with stdenv.lib; {
description = "Interact with GitLab API";
-
homepage = "https://github.com/python-gitlab/python-gitlab";
-
license = licenses.lgpl3;
maintainers = with maintainers; [ nyanloutre ];
};
}
···
{ stdenv, buildPythonPackage, fetchPypi, requests, six, mock, httmock }:
buildPythonPackage rec {
+
pname = "python-gitlab";
version = "1.15.0";
src = fetchPypi {
···
meta = with stdenv.lib; {
description = "Interact with GitLab API";
+
homepage = "https://github.com/python-gitlab/python-gitlab";
+
license = licenses.lgpl3;
maintainers = with maintainers; [ nyanloutre ];
};
}