Skip to content

Commit 49a6d40

Browse files
dongsuparkchewi
authored andcommitted
Cargo: replace coreos with flatcar, update author, version
Replace coreos with flatcar, update author, version. Signed-off-by: James Le Cuirot <[email protected]>
1 parent 64bf626 commit 49a6d40

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[package]
22
name = "update-ssh-keys"
33
authors = [ "Stephen Demos <[email protected]>",
4-
"Luca Bruno <[email protected]>" ]
4+
"Luca Bruno <[email protected]>",
5+
"Dongsu Park <[email protected]>",
6+
"Kai Lueke <[email protected]>" ]
57
license = "Apache-2.0"
6-
repository = "https://github.com/coreos/update-ssh-keys"
8+
repository = "https://github.com/flatcar/update-ssh-keys"
79
documentation = "https://docs.rs/update-ssh-keys"
810
description = "A tool for managing authorized SSH keys"
9-
version = "0.4.2-alpha.0"
11+
version = "0.7.0"
1012
edition = "2021"
1113

1214
[dependencies]

0 commit comments

Comments
 (0)