diff options
| author | natsuoto <[email protected]> | 2026-04-28 16:33:00 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-28 16:36:12 +0530 |
| commit | be44bbaa9282de283a8f717971a42f19ed1ad354 (patch) | |
| tree | cdcf93eb3117e35756a844e25ecf88055031f890 | |
| parent | cb05f60cb878352fefe295799a23149d2d476ac7 (diff) | |
| download | edify-be44bbaa9282de283a8f717971a42f19ed1ad354.tar.xz edify-be44bbaa9282de283a8f717971a42f19ed1ad354.zip | |
chore: update author website URL to shi.foo
Bobby's personal website moved from `thatcomputerscientist.com`
to `shi.foo`. Two files held the old URL:
- `AUTHORS.rst`: author line
- `.cookiecutterrc`: `website:` field used by the cookiecutter
template that originally generated this project
natsuoto's entry in AUTHORS (added in #39) is unaffected.
Closes #40
| -rw-r--r-- | .cookiecutterrc | 2 | ||||
| -rw-r--r-- | AUTHORS.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.cookiecutterrc b/.cookiecutterrc index 3c79783..b00b677 100644 --- a/.cookiecutterrc +++ b/.cookiecutterrc @@ -69,6 +69,6 @@ default_context: travis_osx: 'no' version: '0.1.0' version_manager: 'bump2version' - website: 'https://thatcomputerscientist.com' + website: 'https://shi.foo' year_from: '2022' year_to: '2022' diff --git a/AUTHORS.rst b/AUTHORS.rst index 5b4d182..d3d604e 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,5 +2,5 @@ Authors ======= -* Bobby - https://thatcomputerscientist.com +* Bobby - https://shi.foo * natsuoto / 夏音 - https://github.com/natsuoto |
