redmine: Add Felix Singer as maintainer

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2022-04-24 03:32:36 +02:00
parent 0722f32565
commit f02d6f4348

View file

@ -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;
};
}