mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.docker: Add myself as a maintainer
This commit is contained in:
parent
bfc2721ebf
commit
d69a25dfde
1 changed files with 3 additions and 0 deletions
|
@ -6107,6 +6107,9 @@ in {
|
|||
description = "An API client for docker written in Python";
|
||||
homepage = https://github.com/docker/docker-py;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
jgeerds
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue