diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 18:01:22 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 18:01:22 +0200 |
commit | 15e4da626124710c58acb156c668cd5fb2733710 (patch) | |
tree | d83c4f9a0bbb8ff13dba9dfa4934f83536fb012f /templates/rust/scripts | |
parent | feat(common): Replace the hand-crafted licensing approach with reuse (diff) | |
download | flake-templates-15e4da626124710c58acb156c668cd5fb2733710.tar.gz flake-templates-15e4da626124710c58acb156c668cd5fb2733710.zip |
chore(templates): Use new common files
Diffstat (limited to 'templates/rust/scripts')
l--------- | templates/rust/scripts/cprh.sh | 1 | ||||
l--------- | templates/rust/scripts/renew_copyright_header.sh | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/rust/scripts/cprh.sh b/templates/rust/scripts/cprh.sh new file mode 120000 index 0000000..d0101a2 --- /dev/null +++ b/templates/rust/scripts/cprh.sh @@ -0,0 +1 @@ +../../../common/scripts/cprh.sh \ No newline at end of file diff --git a/templates/rust/scripts/renew_copyright_header.sh b/templates/rust/scripts/renew_copyright_header.sh deleted file mode 120000 index bafc9f4..0000000 --- a/templates/rust/scripts/renew_copyright_header.sh +++ /dev/null @@ -1 +0,0 @@ -../../../common/scripts/renew_copyright_header.sh \ No newline at end of file |