From 4a9b4b7eaff27b5c8971bdb82136ad08b0e9d893 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Mon, 2 Jan 2023 11:23:32 -0500 Subject: [PATCH] river: add adamcstephens as maintainer --- pkgs/applications/window-managers/river/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/river/default.nix b/pkgs/applications/window-managers/river/default.nix index 3231882a4fba..50813d28014f 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 ]; }; }