From c5e582a701d77d682ecac016f0261e0dbeba0486 Mon Sep 17 00:00:00 2001 From: Yuekai Jia Date: Fri, 26 Jul 2024 17:21:14 +0800 Subject: [PATCH] Fix homepage in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46ae2dd..76649d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Yuekai Jia "] description = "Data structures and operations for managing memory mappings" license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" -homepage = "https://github.com/rcore-os/arceos" +homepage = "https://github.com/arceos-org/arceos" repository = "https://github.com/arceos-org/memory_set" documentation = "https://docs.rs/memory_set" keywords = ["arceos", "virtual-memory", "memory-area", "mmap"]