From 075dd1adebe2f528fb32671a30b936c25f220b62 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 3 Mar 2019 04:59:52 +0200 Subject: [PATCH] cargo: change email metadata of the crates --- podcasts-data/Cargo.toml | 2 +- podcasts-downloader/Cargo.toml | 2 +- podcasts-gtk/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/podcasts-data/Cargo.toml b/podcasts-data/Cargo.toml index aed3492..36abecb 100644 --- a/podcasts-data/Cargo.toml +++ b/podcasts-data/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Jordan Petridis "] +authors = ["Jordan Petridis "] name = "podcasts-data" version = "0.1.0" diff --git a/podcasts-downloader/Cargo.toml b/podcasts-downloader/Cargo.toml index 255b279..482458a 100644 --- a/podcasts-downloader/Cargo.toml +++ b/podcasts-downloader/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Jordan Petridis "] +authors = ["Jordan Petridis "] name = "podcasts-downloader" version = "0.1.0" diff --git a/podcasts-gtk/Cargo.toml b/podcasts-gtk/Cargo.toml index bef8be0..09bcaca 100644 --- a/podcasts-gtk/Cargo.toml +++ b/podcasts-gtk/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Jordan Petridis "] +authors = ["Jordan Petridis "] build = "build.rs" name = "podcasts-gtk" version = "0.1.0"