Skip to content

Commit 6284216

Browse files
committed
Updated links (lmammino -> rust-italia)
1 parent 4501ecd commit 6284216

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
description = "A parser and validator for the EU Digital Green Certificate (dgc) a.k.a. greenpass"
77
keywords = ["dgc", "greenpass", "certificate", "cose", "health"]
88
categories = ["encoding", "data-structures", "cryptography"]
9-
repository = "https://github.com/lmammino/dgc"
9+
repository = "https://github.com/rust-italia/dgc"
1010
readme = "README.md"
1111
license = "MIT"
1212

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# dgc
22

3-
<img src="https://github.com/lmammino/dgc/raw/main/dgc-rust-logo.svg" alt="DGC rust library logo" width="300">
3+
<img src="https://github.com/rust-italia/dgc/raw/main/dgc-rust-logo.svg" alt="DGC rust library logo" width="300">
44

5-
[![Test](https://github.com/lmammino/dgc/actions/workflows/Test.yml/badge.svg)](https://github.com/lmammino/dgc/actions/workflows/Test.yml)
6-
[![codecov](https://codecov.io/gh/lmammino/dgc/branch/main/graph/badge.svg?token=4CNbvgaDc1)](https://codecov.io/gh/lmammino/dgc)
5+
[![Test](https://github.com/rust-italia/dgc/actions/workflows/Test.yml/badge.svg)](https://github.com/rust-italia/dgc/actions/workflows/Test.yml)
6+
[![codecov](https://codecov.io/gh/rust-italia/dgc/branch/main/graph/badge.svg?token=4CNbvgaDc1)](https://codecov.io/gh/rust-italia/dgc)
77
[![crates.io badge](https://img.shields.io/crates/v/dgc.svg)](https://crates.io/crates/dgc)
88
[![Documentation](https://docs.rs/dgc/badge.svg)](https://docs.rs/dgc)
99

@@ -21,8 +21,8 @@ A parser and validator for the EU Digital Green Certificate (dgc) a.k.a. greenpa
2121

2222
Current limitations:
2323

24-
- It only supports EC signatures (see [#2](https://github.com/lmammino/dgc/issues/2))
25-
- It does not support KID in the COSE unprotected header (see [#1](https://github.com/lmammino/dgc/issues/1))
24+
- It only supports EC signatures (see [#2](https://github.com/rust-italia/dgc/issues/2))
25+
- It does not support KID in the COSE unprotected header (see [#1](https://github.com/rust-italia/dgc/issues/1))
2626

2727

2828
## Usage
@@ -80,7 +80,7 @@ match signature_validity {
8080

8181
### Other examples?
8282

83-
To get started using `dgc`, see the [`examples`](https://github.com/lmammino/dgc/tree/main/examples) or the [docs](https://docs.rs/dgc).
83+
To get started using `dgc`, see the [`examples`](https://github.com/rust-italia/dgc/tree/main/examples) or the [docs](https://docs.rs/dgc).
8484

8585
If you clone the repository locally, you can easily run the example files with:
8686

@@ -93,7 +93,7 @@ cargo run --example <name of example file>
9393

9494
Everyone is very welcome to contribute to this project.
9595
You can contribute just by submitting bugs or suggesting improvements by
96-
[opening an issue on GitHub](https://github.com/lmammino/dgc/issues).
96+
[opening an issue on GitHub](https://github.com/rust-italia/dgc/issues).
9797

9898

9999
## License

0 commit comments

Comments
 (0)