From 295bda7e489715b9e6c27a262f9a4fcd12fb7632 Mon Sep 17 00:00:00 2001 From: Sasha Hilton Date: Wed, 6 Nov 2019 17:08:22 +0100 Subject: [PATCH] Update Cargo.toml to point to Librespot Org repo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 636709d7..1f992257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "librespot" version = "0.1.0" -authors = ["Paul LiƩtar "] +authors = ["Librespot Org"] license = "MIT" description = "Open Source Spotify client library" keywords = ["spotify"] -repository = "https://github.com/plietar/librespot" +repository = "https://github.com/librespot-org/librespot" readme = "README.md" [workspace]