From e80b5f036afabe95afafd53eed85977f72011955 Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Fri, 20 Sep 2024 18:00:59 +0200 Subject: [PATCH] meta: update crate metadata --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05faf4ec..47fd4e4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ authors = [ "Jonathan Klimt ", ] edition = "2021" -description = "A minimal hypervisor for Hermit" -repository = "https://github.com/hermitcore/uhyve" +description = "A specialized hypervisor for Hermit" +repository = "https://github.com/hermit-os/uhyve" license = "MIT OR Apache-2.0" keywords = ["hypervisor", "unikernel"] categories = ["os"]