cosmic-launcher: add HeitorAugustoLN to maintainers

This commit is contained in:
Heitor Augusto
2025-02-25 19:40:08 -03:00
parent fa5b9d9749
commit b426ec8500
+4 -1
View File
@@ -59,7 +59,10 @@ rustPlatform.buildRustPackage rec {
description = "Launcher for the COSMIC Desktop Environment";
mainProgram = "cosmic-launcher";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ nyabinary ];
maintainers = with lib.maintainers; [
nyabinary
HeitorAugustoLN
];
platforms = lib.platforms.linux;
};
}