From 647cb837666e5f5ee869c68e72e73d252129ed4c Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 16 Jul 2023 22:14:03 +0900 Subject: [PATCH] `sed -i 's/qryxip/rust-lang-ja/'` --- xtask/templates/install-command.bash.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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