Skip to content

Commit ee99b5f

Browse files
committed
Cargo: replace coreos with flatcar, update author, version
Replace coreos with flatcar, update author, version.
1 parent ad3b888 commit ee99b5f

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 <stephen.demos@coreos.com>",
4-
"Luca Bruno <lucab@debian.org>" ]
4+
"Luca Bruno <lucab@debian.org>",
5+
"Dongsu Park <dpark@linux.microsoft.com>",
6+
"Kai Lueke <kailuke@microsoft.com>" ]
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)