diff --git a/pkgs/by-name/co/commafeed/package.nix b/pkgs/by-name/co/commafeed/package.nix index 1a53c5bbd7fa..6284a4ca3c5b 100644 --- a/pkgs/by-name/co/commafeed/package.nix +++ b/pkgs/by-name/co/commafeed/package.nix @@ -100,7 +100,7 @@ maven.buildMavenPackage { homepage = "https://github.com/Athou/commafeed"; license = lib.licenses.asl20; mainProgram = "commafeed"; - maintainers = [ ]; + maintainers = with lib.maintainers; [ svrana ]; broken = stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isAarch64; }; }