Removed metainfo file, as it did not solve the issue with Debian licesning

This commit is contained in:
2022-10-04 13:18:25 -04:00
parent 1436cdfb90
commit 8980bef8ce
@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Randall Winkhart <idgr@tutanota.com> -->
<component type="console-application">
<id>org.rwinkhart.sshyp</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0</project_license>
<name>sshyp</name>
<summary>A light-weight, self-hosted, synchronized password manager</summary>
<description>
<p>
sshyp is a password-store compatible CLI password manager available
for UNIX(-like) systems - its primary goal is to make syncing passwords
and notes across devices as easy as possible via CLI.
</p>
</description>
<url type="homepage">https://github.com/rwinkhart/sshyp</url>
<content_rating type="oars-1.0"></content_rating>
<provides>
<binary>sshyp</binary>
</provides>
</component>