Commit 66a89777 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.docker-pycreds: add GaetanLepage as maintainer

parent b75088e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
}