uptime-kuma: Add Felix Singer as maintainer

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2026-01-26 22:45:02 +01:00
parent 2ab03f6f34
commit 0f9a8712cb
+4 -1
View File
@@ -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;
};