From 5c748f2ab6138ade860228fba644bd963b41b273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=81ajszczak?= Date: Tue, 10 Sep 2024 21:09:15 +0000 Subject: [PATCH] Replaces dead link home page multiboot2-header package definition Looks like for package in a subdirectory of a repo there is no better way then linking to "tree/main" --- multiboot2-header/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiboot2-header/Cargo.toml b/multiboot2-header/Cargo.toml index fb9c7064..d46617f2 100644 --- a/multiboot2-header/Cargo.toml +++ b/multiboot2-header/Cargo.toml @@ -26,7 +26,7 @@ keywords = [ # without this, sometimes crates.io doesn't show the preview of the README # I expeciended this multiple times in the past readme = "README.md" -homepage = "https://github.com/rust-osdev/multiboot2-header" +homepage = "https://github.com/rust-osdev/multiboot2/tree/main/multiboot2-header" repository = "https://github.com/rust-osdev/multiboot2" documentation = "https://docs.rs/multiboot2-header" rust-version = "1.75"