about summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2024-05-14 18:51:17 +0200
committerAtemu <atemu.main@gmail.com>2024-05-14 18:51:17 +0200
commit4686eb348fdb4a3d9c5689b7068f19d6cac7d546 (patch)
tree5adcea55a73a8df62a80eebf4dce3e2f947059bf /pkgs/tools/wayland
parent74f896753ab76baaa59a87fd40dd07fc835ac8bb (diff)
wluma: add myself to maintainers
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/wluma/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/wayland/wluma/default.nix b/pkgs/tools/wayland/wluma/default.nix
index 7a9fe3d6d6caa..edc751fec5117 100644
--- a/pkgs/tools/wayland/wluma/default.nix
+++ b/pkgs/tools/wayland/wluma/default.nix
@@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/maximbaz/wluma";
     changelog = "https://github.com/maximbaz/wluma/releases/tag/${version}";
     license = licenses.isc;
-    maintainers = with maintainers; [ yshym jmc-figueira ];
+    maintainers = with maintainers; [ yshym jmc-figueira atemu ];
     platforms = platforms.linux;
     mainProgram = "wluma";
   };