Jelajahi Sumber

Update Cargo.toml to point to Librespot Org repo

Sasha Hilton 4 tahun lalu
induk
melakukan
9726ccb42c
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -1,11 +1,11 @@
 [package]
 name = "librespot"
 version = "0.1.0"
-authors = ["Paul Liétar <paul@lietar.net>"]
+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]