Skip to content

Commit e87deb4

Browse files
authored
Merge pull request #27 from hermitcore/rename-rusty-hermit
chore: rename RustyHermit to Hermit
2 parents f026443 + d12216c commit e87deb4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hermit-entry"
33
version = "0.9.9"
44
authors = ["Martin Kröning <[email protected]>"]
55
edition = "2021"
6-
description = "RustyHermit's entry API."
6+
description = "Hermit's loading and entry API."
77
repository = "https://github.com/hermitcore/hermit-entry"
88
license = "MIT OR Apache-2.0"
99
keywords = ["hermit", "unikernel"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![docs.rs](https://img.shields.io/badge/docs.rs-documentation-green.svg)](https://docs.rs/hermit-entry/latest/hermit_entry/)
55
[![CI](https://github.com/hermitcore/hermit-entry/actions/workflows/ci.yml/badge.svg)](https://github.com/hermitcore/hermit-entry/actions/workflows/ci.yml)
66

7-
RustyHermit's entry API.
7+
Hermit's loading and entry API.
88

99
## License
1010

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//! # RustyHermit's entry API.
1+
//! # Hermit's loading and entry API.
22
//!
3-
//! This crate unifies RustyHermit's entry API ([`Entry`]) for all loaders and the kernel.
3+
//! This crate parses and loads Hermit applications ([`elf`]).
44
//!
5-
//! This crate also parses and loads RustyHermit applications ([`elf`]).
5+
//! Additionally, this crate unifies Hermit's entry API ([`Entry`]) for all loaders and the kernel.
66
77
#![no_std]
88
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

0 commit comments

Comments
 (0)