diff options
author | Vanja Cosic <1070957+vanjacosic@users.noreply.github.com> | 2023-09-01 14:20:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 14:20:17 +0200 |
commit | 207d4cad16f874fc0cfc22ae2934f42c4cdd1200 (patch) | |
tree | b389a8b97d5f5ab15714911599e18122c8d4cff3 | |
parent | e73980e660d07db85dead67d381ef6d58dfdfd57 (diff) | |
download | cph-rust-website-207d4cad16f874fc0cfc22ae2934f42c4cdd1200.zip |
Fix wrong date
-rw-r--r-- | events.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/events.toml b/events.toml index b342770..26a8ae1 100644 --- a/events.toml +++ b/events.toml @@ -1,7 +1,7 @@ [[upcoming]] title = "Meetup #40" date = 2023-09-28 18:00:00+02:00 -venue = "" +venue = "TBD" address = "" url = "" content = """ @@ -9,7 +9,7 @@ content = """ [[recent]] title = "Meetup #39" -date = 2023-08-29 18:00:00+02:00 +date = 2023-08-30 18:00:00+02:00 venue = "Novo Nordisk Digital Innovation Hub" address = "Rued Langgaardsvej 5" url = "https://www.meetup.com/copenhagen-rust-community/events/294806394/" |