Pārlūkot izejas kodu

Update Cargo.toml to point to Librespot Org repo

Sasha Hilton 5 gadi atpakaļ
vecāks
revīzija
9726ccb42c
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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]