python312Packages.docker-pycreds: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage
2024-10-21 13:52:32 +02:00
parent b75088e1c4
commit 66a897777c
@@ -39,5 +39,6 @@ buildPythonPackage rec {
description = "Python bindings for the docker credentials store API";
homepage = "https://github.com/shin-/dockerpy-creds";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ GaetanLepage ];
};
}