From ee71e5dd59d8cdfee880f9cc54c8256c0da15f43 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 3 Apr 2020 08:44:59 +1000 Subject: [PATCH] use support URL and point to source repo --- rslib/Cargo.toml | 2 +- rslib/README.md | 4 +--- rspy/Cargo.toml | 2 +- rspy/README.md | 4 +--- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index d90e0e9d7..84faf35e2 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -2,7 +2,7 @@ name = "anki" version = "2.1.24" # automatically updated edition = "2018" -authors = ["Ankitects Pty Ltd and contributors "] +authors = ["Ankitects Pty Ltd and contributors"] license = "AGPL-3.0-or-later" description = "Anki's Rust library code" readme = "README.md" diff --git a/rslib/README.md b/rslib/README.md index 81402e41a..a318d199f 100644 --- a/rslib/README.md +++ b/rslib/README.md @@ -1,3 +1 @@ -Anki's Rust library code - -https://anki.tenderapp.com/discussions/ankidesktop/40025-anki-in-python-package-index +To build from scratch, please see https://github.com/ankitects/anki diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index 0b9fa2f02..06b5e394f 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -2,7 +2,7 @@ name = "ankirspy" version = "2.1.24" # automatically updated edition = "2018" -authors = ["Ankitects Pty Ltd and contributors "] +authors = ["Ankitects Pty Ltd and contributors "] license = "AGPL-3.0-or-later" description = "Anki's Rust library code Python bindings" readme = "README.md" diff --git a/rspy/README.md b/rspy/README.md index 091c46882..a318d199f 100644 --- a/rspy/README.md +++ b/rspy/README.md @@ -1,3 +1 @@ -Anki's Rust library code Python bindings - -https://anki.tenderapp.com/discussions/ankidesktop/40025-anki-in-python-package-index +To build from scratch, please see https://github.com/ankitects/anki