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 be8ed9b commit 5e2a788Copy full SHA for 5e2a788
pkgs/by-name/co/cosmic-randr/package.nix
@@ -55,7 +55,10 @@ rustPlatform.buildRustPackage rec {
55
homepage = "https://github.com/pop-os/cosmic-randr";
56
description = "Library and utility for displaying and configuring Wayland outputs";
57
license = lib.licenses.mpl20;
58
- maintainers = with lib.maintainers; [ nyabinary ];
+ maintainers = with lib.maintainers; [
59
+ nyabinary
60
+ HeitorAugustoLN
61
+ ];
62
platforms = lib.platforms.linux;
63
mainProgram = "cosmic-randr";
64
};
0 commit comments