pyinfra: Add robsliwi as maintainer
This commit is contained in:
@@ -88,7 +88,10 @@ buildPythonPackage (finalAttrs: {
|
||||
downloadPage = "https://pyinfra.com/Fizzadar/pyinfra/releases";
|
||||
changelog = "https://github.com/Fizzadar/pyinfra/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ totoroot ];
|
||||
maintainers = with lib.maintainers; [
|
||||
robsliwi
|
||||
totoroot
|
||||
];
|
||||
mainProgram = "pyinfra";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user