about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2023-01-02 11:23:32 -0500
committerAdam Stephens <adam@valkor.net>2023-01-02 11:25:41 -0500
commit4a9b4b7eaff27b5c8971bdb82136ad08b0e9d893 (patch)
tree3b195f77895e8ef0d05dba319332a08888ec401d /pkgs/applications/window-managers
parentadfc0d8dba482ec0b642cfdb0e79fa81d1fb1632 (diff)
river: add adamcstephens as maintainer
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/river/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/river/default.nix b/pkgs/applications/window-managers/river/default.nix
index 3231882a4fba2..50813d28014f4 100644
--- a/pkgs/applications/window-managers/river/default.nix
+++ b/pkgs/applications/window-managers/river/default.nix
@@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
     description = "A dynamic tiling wayland compositor";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ fortuneteller2k ];
+    maintainers = with maintainers; [ fortuneteller2k adamcstephens ];
   };
 }