We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6f49d commit 506b3a3Copy full SHA for 506b3a3
pkgs/by-name/co/cosmic-settings/package.nix
@@ -91,7 +91,10 @@ rustPlatform.buildRustPackage rec {
91
homepage = "https://github.com/pop-os/cosmic-settings";
92
license = lib.licenses.gpl3Only;
93
mainProgram = "cosmic-settings";
94
- maintainers = with lib.maintainers; [ nyabinary ];
+ maintainers = with lib.maintainers; [
95
+ nyabinary
96
+ HeitorAugustoLN
97
+ ];
98
platforms = lib.platforms.linux;
99
};
100
}
0 commit comments