monolith: mark darwin as broken and fix license

This commit is contained in:
aktaboot 2024-10-20 20:00:14 +02:00
parent cc4a29d84b
commit 90abf6e0db

View File

@ -33,7 +33,9 @@ rustPlatform.buildRustPackage rec {
description = "Bundle any web page into a single HTML file";
mainProgram = "monolith";
homepage = "https://github.com/Y2Z/monolith";
license = licenses.unlicense;
license = licenses.cc0;
platforms = lib.platforms.unix;
broken = stdenv.isDarwin;
maintainers = with maintainers; [ Br1ght0ne ];
};
}