uptime-kuma: Add Felix Singer as maintainer
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -47,7 +47,10 @@ buildNpmPackage (finalAttrs: {
|
||||
homepage = "https://github.com/louislam/uptime-kuma";
|
||||
changelog = "https://github.com/louislam/uptime-kuma/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ julienmalka ];
|
||||
maintainers = with lib.maintainers; [
|
||||
julienmalka
|
||||
felixsinger
|
||||
];
|
||||
# FileNotFoundError: [Errno 2] No such file or directory: 'xcrun'
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user