forked from mirrors/nixpkgs
pythonPackages.docker_compose: Add myself as a maintainer
This commit is contained in:
parent
96504cd75c
commit
fdb5832d09
|
@ -11125,6 +11125,9 @@ in {
|
||||||
homepage = "https://docs.docker.com/compose/";
|
homepage = "https://docs.docker.com/compose/";
|
||||||
description = "Multi-container orchestration for Docker";
|
description = "Multi-container orchestration for Docker";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [
|
||||||
|
jgeerds
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue