From 74b74b05550f258e9055b824eff49b15637dd917 Mon Sep 17 00:00:00 2001 From: fortune Date: Mon, 17 May 2021 03:29:15 +0800 Subject: [PATCH] river: add fortuneteller2k as maintainer (#123271) --- 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 a7331aa39af0..b8b530272198 100644 --- a/pkgs/applications/window-managers/river/default.nix +++ b/pkgs/applications/window-managers/river/default.nix @@ -43,6 +43,6 @@ stdenv.mkDerivation rec { description = "A dynamic tiling wayland compositor"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ fortuneteller2k ]; }; }