Skip to content

Commit

Permalink
Added CITATION file, fixes #811
Browse files Browse the repository at this point in the history
  • Loading branch information
jounathaen committed Jan 13, 2025
1 parent 90a9506 commit cea526e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Lankes"
given-names: "Stefan"
orcid: "https://orcid.org/0000-0003-4718-2238"
- family-names: "Klimt"
given-names: "Jonathan"
orcid: "https://orcid.org/0000-0002-5980-2214"
- family-names: "Kröning"
given-names: "Martin"
orcid: "https://orcid.org/0009-0005-0622-4229"

title: "Uhyve - A specialized hypervisor for Hermit"
version: 0.4.0
doi: 10.5281/zenodo.14639288
date-released: 2024-11-26
url: "https://github.com/hermit-os/uhyve"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[![crates.io](https://img.shields.io/crates/v/uhyve.svg)](https://crates.io/crates/uhyve)
[![Zulip Badge](https://img.shields.io/badge/chat-hermit-57A37C?logo=zulip)](https://hermit.zulipchat.com/)
[![DOI](https://zenodo.org/badge/140960389.svg)](https://doi.org/10.5281/zenodo.14639288)

Uhyve is a minimal, special-purpose hypervisor for the [Hermit kernel](https://github.com/hermit-os/kernel).

Expand Down

0 comments on commit cea526e

Please sign in to comment.