Skip to content

Commit a04876e

Browse files
committed
Fix repo url
1 parent a408766 commit a04876e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ generator: script
66
generator_name: script
77
license: MIT
88
nix: true
9-
repo_url: https://your.repo.url.here
9+
repo_url: https://github.com/fastapi-mvc/copier-script

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
This file documents changes to [copier-script](https://your.repo.url.here). The release numbering uses [semantic versioning](http://semver.org).
3+
This file documents changes to [copier-script](https://github.com/fastapi-mvc/copier-script). The release numbering uses [semantic versioning](http://semver.org).
44

55
## 0.1.0
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Prerequisites:
1313
* copier 6.2.0 or later
1414

1515
```shell
16-
copier copy "https://your.repo.url.here.git" /path/to/your/new/project
16+
copier copy "https://github.com/fastapi-mvc/copier-script.git" /path/to/your/new/project
1717
```
1818

1919
## Using Nix
2020

2121
```shell
2222
nix-shell shell.nix
23-
copier copy "https://your.repo.url.here.git" /path/to/your/new/project
23+
copier copy "https://github.com/fastapi-mvc/copier-script.git" /path/to/your/new/project
2424
```
2525

2626
## Updating

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ copier -x template/** -x copier.yml.keep -x *.py -x CHANGELOG.md \
1414
-d generator=script \
1515
-d nix=True \
1616
-d license=MIT \
17-
-d repo_url=https://your.repo.url.here \
17+
-d repo_url=https://github.com/fastapi-mvc/copier-script \
1818
-d copyright_date=2022 \
1919
-a .generator.yml \
2020
update ./.

0 commit comments

Comments
 (0)