summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHendrik Sollich <hendrik@hoodie.de>2019-11-24 14:50:01 +0100
committerHendrik Sollich <hendrik@hoodie.de>2019-11-24 14:50:15 +0100
commit70cc4d5b8b38efa6c89b82260d0ed26242dc8d2a (patch)
treeee0c110af1e8f5f0272d30cfa69d8ee415ef57e2
parent7fe1feece84384210d8d3f56b0808eaf39e7f261 (diff)
chore: fix links in readmeHEADmaster
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58f8a0d..5e4ce95 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Hendrik Sollich <hendrik@hoodie.de>"]
name = "icalendar"
-version = "0.7.0"
+version = "0.7.1"
license = "MIT/Apache-2.0"
edition = "2018"
diff --git a/README.md b/README.md
index 0356d4a..5499afc 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[![version](https://img.shields.io/crates/v/icalendar.svg)](https://crates.io/crates/icalendar/)
[![documentation](https://docs.rs/icalendar/badge.svg)](https://docs.rs/icalendar/)
![maintenance](https://img.shields.io/maintenance/yes/2021)
-[![contributors](https://img.shields.io/github/contributors/hoodie/notify-rust)](https://github.com/hoodie/notify-rust/graphs/contributors)
+[![contributors](https://img.shields.io/github/contributors/hoodie/icalendar-rs)](https://github.com/hoodie/icalendar-rs/graphs/contributors)
</div>
A very simple library to generate [`rfc5545`](http://tools.ietf.org/html/rfc5545) calendars.