Skip to content

Commit 506b3a3

Browse files
cosmic-settings: add HeitorAugustoLN as a maintainer
1 parent 7e6f49d commit 506b3a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/co/cosmic-settings/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ rustPlatform.buildRustPackage rec {
9191
homepage = "https://github.com/pop-os/cosmic-settings";
9292
license = lib.licenses.gpl3Only;
9393
mainProgram = "cosmic-settings";
94-
maintainers = with lib.maintainers; [ nyabinary ];
94+
maintainers = with lib.maintainers; [
95+
nyabinary
96+
HeitorAugustoLN
97+
];
9598
platforms = lib.platforms.linux;
9699
};
97100
}

0 commit comments

Comments
 (0)