commafeed: add maintainer

This commit is contained in:
Shaw Vrana
2026-06-26 15:53:44 -07:00
parent 2a1a9fcc68
commit ef12ef9d5c
+1 -1
View File
@@ -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;
};
}