python3Packages.limits: add sarahec as maintainer

This commit is contained in:
Sarah Clark 2025-07-05 21:23:30 -07:00
parent 7a526337ac
commit 935ba2a1ef

View File

@ -115,6 +115,6 @@ buildPythonPackage rec {
homepage = "https://github.com/alisaifee/limits";
changelog = "https://github.com/alisaifee/limits/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ sarahec ];
};
}