mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 23:10:02 +00:00
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 }:
|
||||
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue