cosmic-greeter: add HeitorAugustoLN as a maintainer

This commit is contained in:
Heitor Augusto
2025-03-18 18:59:58 -03:00
parent 57786e6d36
commit c5f4bfd460
+4 -1
View File
@@ -83,7 +83,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Greeter for the COSMIC Desktop Environment";
mainProgram = "cosmic-greeter";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ nyabinary ];
maintainers = with lib.maintainers; [
nyabinary
HeitorAugustoLN
];
platforms = lib.platforms.linux;
};
})