fix (edit): metainfo (#10204)

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen Zimmerman
2026-03-02 13:00:40 -06:00
committed by GitHub
parent 1f70dbf599
commit bb767347ba
2 changed files with 6 additions and 4 deletions
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="console-application">
<id>com.microsoft.edit</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<name>Microsoft Edit</name>
<summary>We all edit.</summary>
<summary>We all edit</summary>
<screenshots>
<image type="source">https://github.com/microsoft/edit/blob/main/assets/edit_hero_image.png</image>
<screenshot type="default"><image>https://github.com/microsoft/edit/blob/main/assets/edit_hero_image.png</image></screenshot>
</screenshots>
<description>
<p>A simple editor for simple needs.</p>
@@ -13,6 +15,7 @@
The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use.
</p>
</description>
<url type="homepage">https://github.com/microsoft/edit</url>
<url type="vcs-browser">https://github.com/microsoft/edit</url>
<developer id="com.microsoft">
<name>Microsoft Corporation</name>
+1 -2
View File
@@ -8,7 +8,7 @@ An editor that pays homage to the classic MS-DOS Editor, but with a modern inter
Name: %{crate}
Version: 1.2.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A simple editor for simple needs.
SourceLicense: MIT
License: MIT AND (MIT OR Apache-2.0)
@@ -58,4 +58,3 @@ install -Dm644 assets/%{appid}.desktop %{buildroot}%{_datadir}/applications/%{ap
%changelog
* Thu May 22 2025 Gilver E. <rockgrub@disroot.org> - 1.0.0-1
- Initial package