diff options
Diffstat (limited to 'app-crypt/tomb/metadata.xml')
| -rw-r--r-- | app-crypt/tomb/metadata.xml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/app-crypt/tomb/metadata.xml b/app-crypt/tomb/metadata.xml index c202b1277211..c9d1a5b027c3 100644 --- a/app-crypt/tomb/metadata.xml +++ b/app-crypt/tomb/metadata.xml @@ -1,21 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <longdescription lang="en"> + <!-- maintainer-needed --> + <upstream> + <maintainer> + <email>J@Dyne.org</email> + <name>Denis Roio</name> + </maintainer> + <bugs-to>https://github.com/dyne/Tomb/issues</bugs-to> + <remote-id type="github">dyne/Tomb</remote-id> + </upstream> + <longdescription lang="en"> Tomb is an 100% free and open source system for file encryption on GNU/Linux, facilitating the backup of secret files. Tomb is written in code that is easy to review and links commonly shared components. Tomb generates encrypted storage folders to be opened and closed using their associated keyfiles, which are also protected with a password chosen by the user. A tomb is like a locked folder that can be safely transported and hidden in a filesystem; its keys can be kept separate, for instance keeping the tomb file on your computer harddisk and the key files on a USB stick. Tomb is a simple tool to manage encrypted storage on GNU/Linux, from the hashes of the dyne:bolic nesting mechanism. </longdescription> - <upstream> - <maintainer> - <email>J@Dyne.org</email> - <name>Denis Roio</name> - </maintainer> - <bugs-to>https://github.com/dyne/Tomb/issues</bugs-to> - </upstream> - <use> - <flag name="tray">add a tomb tray in a QT desktop toolbar</flag> - </use> - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <use> + <flag name="tray">add a tomb tray in a QT desktop toolbar</flag> + </use> +</pkgmetadata> |
