Skip to content

Commit 5e2a788

Browse files
cosmic-randr: add HeitorAugustoLN as a maintainer
1 parent be8ed9b commit 5e2a788

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ rustPlatform.buildRustPackage rec {
5555
homepage = "https://github.com/pop-os/cosmic-randr";
5656
description = "Library and utility for displaying and configuring Wayland outputs";
5757
license = lib.licenses.mpl20;
58-
maintainers = with lib.maintainers; [ nyabinary ];
58+
maintainers = with lib.maintainers; [
59+
nyabinary
60+
HeitorAugustoLN
61+
];
5962
platforms = lib.platforms.linux;
6063
mainProgram = "cosmic-randr";
6164
};

0 commit comments

Comments
 (0)