python3Packages.django-health-check: add dav-wolff to maintainers

This commit is contained in:
David Wolff
2026-05-26 04:04:11 +02:00
parent ae479bdbb7
commit 76a052bd8c
@@ -95,6 +95,9 @@ buildPythonPackage rec {
homepage = "https://github.com/codingjoe/django-health-check";
changelog = "https://github.com/codingjoe/django-health-check/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ onny ];
maintainers = with lib.maintainers; [
onny
dav-wolff
];
};
}