Unverified Commit c5f4bfd4 authored by Heitor Augusto's avatar Heitor Augusto
Browse files

cosmic-greeter: add HeitorAugustoLN as a maintainer

parent 57786e6d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;
  };
})