소스 검색

Update Cargo.toml to point to Librespot Org repo

Sasha Hilton 5 년 전
부모
커밋
9726ccb42c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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]