blob: a39de9612d460e68c19c5f68714a0634575c54ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<longdescription>
Game of Trees (Got) is a version control system which prioritizes ease
of use and simplicity over flexibility.
Got uses Git repositories to store versioned data. Git can be used for
any functionality which has not yet been implemented in Got. It will
always remain possible to work with both Got and Git on the same
repository.
</longdescription>
<upstream>
<maintainer>
<email>thomas@xteddy.org</email>
<name>Thomas Adam</name>
</maintainer>
<bugs-to>mailto:gameoftrees@openbsd.org</bugs-to>
<doc>https://gameoftrees.org/examples.html</doc>
<changelog>http://gameoftrees.org/releases/portable/CHANGELOG</changelog>
</upstream>
</pkgmetadata>
|