mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-07 00:47:39 -08:00
add sub tags "remote-id" & "bugs-to" under tag <upstream> in metadata.xml Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1278 Signed-off-by: Ian Delaney <idella4@gentoo.org>
15 lines
691 B
XML
15 lines
691 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ercpe@gentoo.org</email>
|
|
<name>Johann Schmitz (ercpe)</name>
|
|
</maintainer>
|
|
<longdescription>A library that generates short, pretty, unambiguous unique IDs by using an extensive, case-sensitive alphabet and omitting similar-looking letters and numbers.</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">shortuuid</remote-id>
|
|
<remote-id type="github">stochastic-technologies/shortuuid</remote-id>
|
|
<bugs-to>https://github.com/stochastic-technologies/shortuuid/issues</bugs-to>
|
|
</upstream>
|
|
</pkgmetadata>
|