File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # Automatically generated by https://github.com/qryxip /proposal-for-atcoder-language-update/tree/{{ git_rev }}
1
+ # Automatically generated by https://github.com/rust-lang-ja /proposal-for-atcoder-language-update/tree/{{ git_rev }}
2
2
3
3
set -e
4
4
@@ -30,12 +30,12 @@ cat > ./Cargo.toml << EOF
30
30
EOF
31
31
32
32
# 1000行以上あるので、提案者のリポジトリからダウンロード
33
- curl https://raw.githubusercontent.com/qryxip /proposal-for-atcoder-language-update/{{ git_rev }}/Cargo.lock -fO
33
+ curl https://raw.githubusercontent.com/rust-lang-ja /proposal-for-atcoder-language-update/{{ git_rev }}/Cargo.lock -fO
34
34
35
35
# transitive dependenciesのライセンスについては:
36
- # - https://github.com/qryxip /proposal-for-atcoder-language-update/blob/{{ git_rev }}/deny.toml
37
- # - https://github.com/qryxip /proposal-for-atcoder-language-update/blob/{{ git_rev }}/clarify.toml
38
- # - https://github.com/qryxip /proposal-for-atcoder-language-update/actions
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
39
39
40
40
echo 'fn main() {}' > ./src/main.rs
41
41
You can’t perform that action at this time.
0 commit comments