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.
This commit is contained in:
Kirill Chibisov 2022-07-10 23:55:57 +03:00 committed by GitHub
parent 694a52bcff
commit e09ff0b4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016-2019 Joe Wilm, The Alacritty Project Contributors -->
<!-- Copyright 2016-2022 Joe Wilm, The Alacritty Project Contributors -->
<component type="desktop-application">
<id>io.alacritty.Alacritty</id>
<id>org.alacritty.Alacritty</id>
<!-- Translators: The application name -->
<name>Alacritty</name>
<project_license>APACHE-2.0</project_license>

View file

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>alacritty</string>
<key>CFBundleIdentifier</key>
<string>io.alacritty</string>
<string>org.alacritty</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>