We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4a29d commit 90abf6eCopy full SHA for 90abf6e
pkgs/tools/backup/monolith/default.nix
@@ -33,7 +33,9 @@ rustPlatform.buildRustPackage rec {
33
description = "Bundle any web page into a single HTML file";
34
mainProgram = "monolith";
35
homepage = "https://github.com/Y2Z/monolith";
36
- license = licenses.unlicense;
+ license = licenses.cc0;
37
+ platforms = lib.platforms.unix;
38
+ broken = stdenv.isDarwin;
39
maintainers = with maintainers; [ Br1ght0ne ];
40
};
41
}
0 commit comments