about summary refs log tree commit diff
path: root/pkgs/by-name/ag
diff options
context:
space:
mode:
authorJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-05-07 16:25:28 +0530
committerJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-05-08 22:45:21 +0530
commitfd152d9f30bcab2f6b0e13016bc39dc89e64acf6 (patch)
tree2f07fcdd4897b98822d641a6c637bd6baa331116 /pkgs/by-name/ag
parent9ab0b195d1c0b63b4642af76ecf762c938116d60 (diff)
ags: add johnrtitor as maintainer
Diffstat (limited to 'pkgs/by-name/ag')
-rw-r--r--pkgs/by-name/ag/ags/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ag/ags/package.nix b/pkgs/by-name/ag/ags/package.nix
index 9f0e7a36a24cc..73c7acd83dee5 100644
--- a/pkgs/by-name/ag/ags/package.nix
+++ b/pkgs/by-name/ag/ags/package.nix
@@ -70,7 +70,7 @@ buildNpmPackage rec {
     homepage = "https://github.com/Aylur/ags";
     description = "A EWW-inspired widget system as a GJS library";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ foo-dogsquared ];
+    maintainers = with maintainers; [ foo-dogsquared johnrtitor ];
     mainProgram = "ags";
     platforms = platforms.linux;
   };