python3Packages.limits: add sarahec as maintainer
This commit is contained in:
parent
7a526337ac
commit
935ba2a1ef
@ -115,6 +115,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/alisaifee/limits";
|
homepage = "https://github.com/alisaifee/limits";
|
||||||
changelog = "https://github.com/alisaifee/limits/releases/tag/${src.tag}";
|
changelog = "https://github.com/alisaifee/limits/releases/tag/${src.tag}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ ];
|
maintainers = with lib.maintainers; [ sarahec ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user