pmbootstrap: add lucasew as maintainer

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2024-05-27 10:33:24 -03:00
parent 3a3f6e1288
commit 4d782724f8
+1 -1
View File
@@ -116,7 +116,7 @@ python3Packages.buildPythonApplication rec {
"Sophisticated chroot/build/flash tool to develop and install postmarketOS";
homepage = "https://gitlab.com/postmarketOS/pmbootstrap";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ onny ];
maintainers = with maintainers; [ onny lucasew ];
mainProgram = "pmbootstrap";
};
}