Skip to content

Commit 8183e23

Browse files
committed
branchvincent -> branchv
1 parent a847651 commit 8183e23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Python Template
22

3-
[![CI](https://github.com/branchvincent/python-template/workflows/CI/badge.svg)](https://github.com/branchvincent/python-template/actions/workflows/ci.yaml)
3+
[![CI](https://github.com/branchv/python-template/workflows/CI/badge.svg)](https://github.com/branchv/python-template/actions/workflows/ci.yaml)
44

5-
A [Copier](https://github.com/copier-org/copier) template for a Python package based on my favorite tools. See the [rendered version](https://github.com/branchvincent/python-template/tree/rendered).
5+
A [Copier](https://github.com/copier-org/copier) template for a Python package based on my favorite tools. See the [rendered version](https://github.com/branchv/python-template/tree/rendered).
66

77
## Usage
88

99
```sh
10-
uvx copier copy --trust gh:branchvincent/python-template .
10+
uvx copier copy --trust gh:branchv/python-template .
1111
```
1212

1313
## Features

copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author_email:
1313
default: branchevincent@gmail.com
1414
repo_username:
1515
type: str
16-
default: branchvincent
16+
default: branchv
1717
repo_name:
1818
type: str
1919
default: "{{ project_name | lower | replace(' ', '-') | replace('_', '-') }}"

0 commit comments

Comments
 (0)