oboete: add HeitorAugustoLN as a maintainer

This commit is contained in:
Heitor Augusto
2025-02-13 15:34:19 -03:00
parent c081e2b894
commit 50e7d579aa
+4 -1
View File
@@ -34,7 +34,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mariinkys/oboete";
changelog = "https://github.com/mariinkys/oboete/releases/tag/${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ GaetanLepage ];
maintainers = with lib.maintainers; [
GaetanLepage
HeitorAugustoLN
];
platforms = lib.platforms.linux;
mainProgram = "oboete";
};