diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e62f3f..a2c5e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,18 @@ Changelog -------------------------------------------------------------------------------- ### Added -- Add command to dump bencode ([#530](https://github.com/casey/filepack/pull/530) by [casey](https://github.com/casey)) +- Add command to dump bencode ([#530](https://github.com/casey/intermodal/pull/530) by [casey](https://github.com/casey)) ### Misc -- Build releases for more targets ([#540](https://github.com/casey/filepack/pull/540) by [casey](https://github.com/casey)) -- Add dockerfile ([#533](https://github.com/casey/filepack/pull/533) by [rare-magma](https://github.com/rare-magma)) -- Fix warnings ([#537](https://github.com/casey/filepack/pull/537) by [casey](https://github.com/casey)) -- Typo: infromation → information ([#532](https://github.com/casey/filepack/pull/532) by [casey](https://github.com/casey)) -- Fix `imdl torrent dump` dictionary formatting ([#531](https://github.com/casey/filepack/pull/531) by [casey](https://github.com/casey)) -- Fix piece selection algorithm in docs ([#524](https://github.com/casey/filepack/pull/524) by [schnerring](https://github.com/schnerring)) -- Un-align metainfo utilities table ([#529](https://github.com/casey/filepack/pull/529) by [casey](https://github.com/casey)) -- Install correct toolchain on CI ([#520](https://github.com/casey/filepack/pull/520) by [casey](https://github.com/casey)) -- Don't auto-generate changelog ([#523](https://github.com/casey/filepack/pull/523) by [casey](https://github.com/casey)) +- Build releases for more targets ([#540](https://github.com/casey/intermodal/pull/540) by [casey](https://github.com/casey)) +- Add dockerfile ([#533](https://github.com/casey/intermodal/pull/533) by [rare-magma](https://github.com/rare-magma)) +- Fix warnings ([#537](https://github.com/casey/intermodal/pull/537) by [casey](https://github.com/casey)) +- Typo: infromation → information ([#532](https://github.com/casey/intermodal/pull/532) by [casey](https://github.com/casey)) +- Fix `imdl torrent dump` dictionary formatting ([#531](https://github.com/casey/intermodal/pull/531) by [casey](https://github.com/casey)) +- Fix piece selection algorithm in docs ([#524](https://github.com/casey/intermodal/pull/524) by [schnerring](https://github.com/schnerring)) +- Un-align metainfo utilities table ([#529](https://github.com/casey/intermodal/pull/529) by [casey](https://github.com/casey)) +- Install correct toolchain on CI ([#520](https://github.com/casey/intermodal/pull/520) by [casey](https://github.com/casey)) +- Don't auto-generate changelog ([#523](https://github.com/casey/intermodal/pull/523) by [casey](https://github.com/casey)) [v0.1.13](https://github.com/casey/intermodal/releases/tag/v0.1.13) - 2023-08-20 -------------------------------------------------------------------------------- diff --git a/bin/update-contributors/src/main.rs b/bin/update-contributors/src/main.rs index 3cd9702..428ce5a 100644 --- a/bin/update-contributors/src/main.rs +++ b/bin/update-contributors/src/main.rs @@ -32,7 +32,7 @@ fn main() { |captures: &Captures| { let pr = captures[1].parse().unwrap(); let contributor = author(pr); - format!("([#{pr}](https://github.com/casey/filepack/pull/{pr}) by [{contributor}](https://github.com/{contributor}))") + format!("([#{pr}](https://github.com/casey/intermodal/pull/{pr}) by [{contributor}](https://github.com/{contributor}))") }, ), )