generate-copyright: Use license-metadata.json from git.

This commit is contained in:
Jonathan Pallant
2024-11-25 14:18:08 +00:00
parent 587369b95e
commit db71194416
+1 -2
View File
@@ -208,8 +208,7 @@ fn make_run(run: RunConfig<'_>) {
}
fn run(self, builder: &Builder<'_>) -> Self::Output {
let license_metadata = builder.ensure(CollectLicenseMetadata);
let license_metadata = builder.src.join("license-metadata.json");
let dest = builder.out.join("COPYRIGHT.html");
let dest_libstd = builder.out.join("COPYRIGHT-library.html");