diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-18 01:33:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 01:33:47 +0000 |
commit | 6fb2aefde4867f71a69a4e284d9f76e3f50bf4f5 (patch) | |
tree | f2721be32ec61576dbc0dfbe9152e3eeb2601d13 | |
parent | d8f0d3fabf811bedb26bb7752e4a7c2efab98d53 (diff) | |
download | alacritty-6fb2aefde4867f71a69a4e284d9f76e3f50bf4f5.tar.gz alacritty-6fb2aefde4867f71a69a4e284d9f76e3f50bf4f5.zip |
Remove optional releases section from appdata.xml
This removes the releases section to make the creation of new releases a
bit simpler.
-rw-r--r-- | extra/linux/io.alacritty.Alacritty.appdata.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/linux/io.alacritty.Alacritty.appdata.xml b/extra/linux/io.alacritty.Alacritty.appdata.xml index d9f5e1f2..af82c474 100644 --- a/extra/linux/io.alacritty.Alacritty.appdata.xml +++ b/extra/linux/io.alacritty.Alacritty.appdata.xml @@ -28,9 +28,6 @@ </keywords> <url type="homepage">https://github.com/alacritty/alacritty</url> <url type="bugtracker">https://github.com/alacritty/alacritty/issues</url> - <releases> - <release version="0.7.0-dev" date="2019-06-16" unix_timestamp="1560694196"/> - </releases> <update_contact>https://github.com/alacritty/alacritty/blob/master/CONTRIBUTING.md#contact</update_contact> <developer_name>Christian Duerr</developer_name> </component> |