Skip to content

Commit 67327f6

Browse files
slpjakecorrenti
authored andcommitted
Add an AUTHORS file
Add an AUTHORS file with the name and email of every contributor so far, and set "authors" in Cargo.toml to "The krunkit Authors". Signed-off-by: Sergio Lopez <slp@redhat.com>
1 parent 6c3b1a2 commit 67327f6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Colin Walters <walters@verbum.org>
2+
Erik Sjölund <erik.sjolund@gmail.com>
3+
German Maglione <gmaglione@redhat.com>
4+
Jake Correnti <jakecorrenti+github@proton.me>
5+
Sergio Lopez <slp@redhat.com>
6+
Tyler Fanelli <tfanelli@redhat.com>

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "krunkit"
33
version = "0.2.2"
4-
authors = ["Tyler Fanelli <tfanelli@redhat.com>"]
4+
authors = ["The krunkit Authors"]
55
edition = "2021"
66
description = "CLI tool to start VMs with libkrun"
77
readme = "README.md"

0 commit comments

Comments
 (0)