python3Packages.python-gitlab: re-format with nixfmt
This commit is contained in:
parent
3ff1de34b3
commit
fe7b497c83
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, requests, six, mock, httmock }:
|
{ stdenv, buildPythonPackage, fetchPypi, requests, six, mock, httmock }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-gitlab";
|
pname = "python-gitlab";
|
||||||
version = "1.15.0";
|
version = "1.15.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
@ -15,8 +15,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Interact with GitLab API";
|
description = "Interact with GitLab API";
|
||||||
homepage = "https://github.com/python-gitlab/python-gitlab";
|
homepage = "https://github.com/python-gitlab/python-gitlab";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
maintainers = with maintainers; [ nyanloutre ];
|
maintainers = with maintainers; [ nyanloutre ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user