diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-07-10 23:55:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-10 23:55:57 +0300 |
commit | e09ff0b4b0654fd6dbcf8c0bdc73fdb9ae7d8016 (patch) | |
tree | b066ef6dcbc087408567cc8bcc65aa03a9072602 /CHANGELOG.md | |
parent | 694a52bcffeffdc9e163818c3b2ac5c39e26f1ef (diff) | |
download | alacritty-e09ff0b4b0654fd6dbcf8c0bdc73fdb9ae7d8016.tar.gz alacritty-e09ff0b4b0654fd6dbcf8c0bdc73fdb9ae7d8016.zip |
Use org.alacritty instead of io.alacritty
The common naming is reverse DNS, and given that alacritty is using
alacritty.org it makes more sense to use org.alacritty instead of
old io.alacritty.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1b7f0d..b6b31e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Packaging - Minimum Rust version has been bumped to 1.57.0 +- Renamed `io.alacritty.Alacritty.appdata.xml` to `org.alacritty.Alacritty.appdata.xml` +- Renamed `io.alacritty` to `org.alacritty` for `Alacritty.app` ### Added |