File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "homepage": "https://github.com/hermeticbuild/cuda_toolkit ",
2+ "homepage": "https://github.com/hermeticbuild/cuda-toolkit ",
33 "maintainers": [
44 {
55 "name": "Corentin Kerisit",
1313 }
1414 ],
1515 "repository": [
16- "github:hermeticbuild/cuda_toolkit "
16+ "github:hermeticbuild/cuda-toolkit "
1717 ],
1818 "versions": [],
1919 "yanked_versions": {}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ VERSION=${TAG:1}
99# The prefix is chosen to match what GitHub generates for source archives
1010# This guarantees that users can easily switch from a released artifact to a source archive
1111# with minimal differences in their code (e.g. strip_prefix remains the same)
12- PREFIX="cuda_toolkit -$VERSION"
13- ARCHIVE="cuda_toolkit -$TAG.tar.gz"
12+ PREFIX="cuda-toolkit -$VERSION"
13+ ARCHIVE="cuda-toolkit -$TAG.tar.gz"
1414
1515# NB: configuration for 'git archive' is in /.gitattributes
1616git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip > $ARCHIVE
You can’t perform that action at this time.
0 commit comments