diff --git a/xtask/templates/install-command.bash.txt b/xtask/templates/install-command.bash.txt index 04d4844..b3467a9 100644 --- a/xtask/templates/install-command.bash.txt +++ b/xtask/templates/install-command.bash.txt @@ -1,4 +1,4 @@ -# Automatically generated by https://github.com/qryxip/proposal-for-atcoder-language-update/tree/{{ git_rev }} +# Automatically generated by https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/tree/{{ git_rev }} set -e @@ -30,12 +30,12 @@ cat > ./Cargo.toml << EOF EOF # 1000行以上あるので、提案者のリポジトリからダウンロード -curl https://raw.githubusercontent.com/qryxip/proposal-for-atcoder-language-update/{{ git_rev }}/Cargo.lock -fO +curl https://raw.githubusercontent.com/rust-lang-ja/proposal-for-atcoder-language-update/{{ git_rev }}/Cargo.lock -fO # transitive dependenciesのライセンスについては: -# - https://github.com/qryxip/proposal-for-atcoder-language-update/blob/{{ git_rev }}/deny.toml -# - https://github.com/qryxip/proposal-for-atcoder-language-update/blob/{{ git_rev }}/clarify.toml -# - https://github.com/qryxip/proposal-for-atcoder-language-update/actions +# - https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/blob/{{ git_rev }}/deny.toml +# - https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/blob/{{ git_rev }}/clarify.toml +# - https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/actions echo 'fn main() {}' > ./src/main.rs