1
0
mirror of https://gitlab.com/bzip2/bzip2.git synced 2025-09-10 20:31:49 +03:00
Files
bzip2/bzip2.doap
Micah Snyder 10fe37f2eb Project home is now now gitlab.com/bzip2
Explain why bzip2 has repositories on sourceware.org and gitlab.com.

Change error messages in bzip2 source to request that bugs be reported
to project's gitlab issues page.

Fixup project homepage in various documents to point to gitlab project.

Remove trailing whitespace from a few documents.

Update the Release Checklist.

Add myself as new maintainer.
2022-01-30 11:50:37 -08:00

29 lines
1.1 KiB
Plaintext

<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Bzip2</name>
<shortdesc xml:lang="en">Program and library for lossless, block-sorting data compression</shortdesc>
<description>
Bzip2/libbz2 is a program and library for lossless, block-sorting
data compression. It is used widely to compress file archives and
as a component of compressed data streams.
</description>
<homepage rdf:resource="https://gitlab.com/bzip2/bzip2" />
<download-page rdf:resource="https://gitlab.com/bzip2/bzip2/-/tags" />
<bug-database rdf:resource="https://gitlab.com/bzip2/bzip2/issues" />
<programming-language>C</programming-language>
<programming-language>Rust</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Federico Mena Quintero</foaf:name>
<foaf:mbox rdf:resource="mailto:federico@gnome.org" />
</foaf:Person>
</maintainer>
</Project>