From f02d6f4348d347521bcc043bf2efa66eed784568 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 24 Apr 2022 03:32:36 +0200 Subject: [PATCH] redmine: Add Felix Singer as maintainer Signed-off-by: Felix Singer --- pkgs/applications/version-management/redmine/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/redmine/default.nix b/pkgs/applications/version-management/redmine/default.nix index 39e46d90b88d..e3fba172a5f1 100644 --- a/pkgs/applications/version-management/redmine/default.nix +++ b/pkgs/applications/version-management/redmine/default.nix @@ -47,7 +47,7 @@ in meta = with lib; { homepage = "https://www.redmine.org/"; platforms = platforms.linux; - maintainers = [ maintainers.aanderse ]; + maintainers = with maintainers; [ aanderse felixsinger ]; license = licenses.gpl2; }; }