uptime-kuma: Add Felix Singer as maintainer (#484166)

This commit is contained in:
Luj
2026-01-27 06:43:12 +01:00
committed by GitHub
+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;
};