diff options
| author | mo8it <mo8it@proton.me> | 2024-07-31 18:53:25 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-31 18:53:25 +0200 |
| commit | c8fddd8f62302395900ae6038a45653f22c994de (patch) | |
| tree | f2cba5505ce0d33fdf2de9d832d8671577dd7526 | |
| parent | 74fab994e2133cc40718abe923645922785c2a57 (diff) | |
Add Github profile links for every author
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,10 +8,10 @@ exclude = [ [workspace.package] version = "6.1.0" authors = [ - "Liv <mokou@fastmail.com>", - "Mo Bitar <mo8it@proton.me>", + "Mo Bitar <mo8it@proton.me>", # https://github.com/mo8it + "Liv <mokou@fastmail.com>", # https://github.com/shadows-withal # Alumni - "Carol (Nichols || Goulding) <carol.nichols@gmail.com>", + "Carol (Nichols || Goulding) <carol.nichols@gmail.com>", # https://github.com/carols10cents ] repository = "https://github.com/rust-lang/rustlings" license = "MIT" |
