From 66a897777cf42f10e2cf684aaecde36964541a70 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 21 Oct 2024 13:52:17 +0200 Subject: [PATCH] python312Packages.docker-pycreds: add GaetanLepage as maintainer --- pkgs/development/python-modules/docker-pycreds/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/docker-pycreds/default.nix b/pkgs/development/python-modules/docker-pycreds/default.nix index ef6c2a1fb58f..6002ccf76949 100644 --- a/pkgs/development/python-modules/docker-pycreds/default.nix +++ b/pkgs/development/python-modules/docker-pycreds/default.nix @@ -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 ]; }; }