Skip to content

Commit

Permalink
monolith: mark darwin as broken and fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
aktaboot committed Oct 20, 2024
1 parent cc4a29d commit 90abf6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/tools/backup/monolith/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 90abf6e

Please sign in to comment.