From c7d59fc1c25e3dee23cdcbe0a61d7f7477f70f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Thu, 12 Jun 2025 09:39:18 +0200 Subject: [PATCH] bikeshed: Add matthiasbeyer as maintainer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was done upon their request Suggested-by: Matthias Beyer Signed-off-by: Marcel Müller --- pkgs/applications/misc/bikeshed/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/bikeshed/default.nix b/pkgs/applications/misc/bikeshed/default.nix index f1fef08b3175..9514ee112bdf 100644 --- a/pkgs/applications/misc/bikeshed/default.nix +++ b/pkgs/applications/misc/bikeshed/default.nix @@ -102,6 +102,9 @@ buildPythonApplication rec { ''; homepage = "https://tabatkins.github.io/bikeshed/"; license = licenses.cc0; - maintainers = with lib.maintainers; [ hemera ]; + maintainers = with lib.maintainers; [ + matthiasbeyer + hemera + ]; }; }