Skip to content

Commit 12da40f

Browse files
authored
"proposal-for-atcoder-language-update" → "atcoder-proposal" (#5)
1 parent 52d22b6 commit 12da40f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

xtask/templates/install-command.bash.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Automatically generated by https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/tree/{{ git_rev }}
1+
# Automatically generated by https://github.com/rust-lang-ja/atcoder-proposal/tree/{{ git_rev }}
22

33
set -e
44

@@ -30,12 +30,12 @@ cat > ./Cargo.toml << EOF
3030
EOF
3131

3232
# 1000行以上あるので、提案者のリポジトリからダウンロード
33-
curl https://raw.githubusercontent.com/rust-lang-ja/proposal-for-atcoder-language-update/{{ git_rev }}/Cargo.lock -fO
33+
curl https://raw.githubusercontent.com/rust-lang-ja/atcoder-proposal/{{ git_rev }}/Cargo.lock -fO
3434

3535
# transitive dependenciesのライセンスについては:
36-
# - https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/blob/{{ git_rev }}/deny.toml
37-
# - https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/blob/{{ git_rev }}/clarify.toml
38-
# - https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/actions
36+
# - https://github.com/rust-lang-ja/atcoder-proposal/blob/{{ git_rev }}/deny.toml
37+
# - https://github.com/rust-lang-ja/atcoder-proposal/blob/{{ git_rev }}/clarify.toml
38+
# - https://github.com/rust-lang-ja/atcoder-proposal/actions
3939

4040
echo 'fn main() {}' > ./src/main.rs
4141

0 commit comments

Comments
 (0)