diff options
Diffstat (limited to 'app-misc/golly/metadata.xml')
-rw-r--r-- | app-misc/golly/metadata.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/app-misc/golly/metadata.xml b/app-misc/golly/metadata.xml index 98448a9c4a04..344716a3cf52 100644 --- a/app-misc/golly/metadata.xml +++ b/app-misc/golly/metadata.xml @@ -1,8 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">golly</remote-id> - </upstream> + <maintainer type="person"> + <email>xgqt@gentoo.org</email> + <name>Maciej Barć</name> + </maintainer> + <longdescription> + Golly is an open source, cross-platform application for exploring + Conway's Game of Life and many other types of cellular automata. + </longdescription> + <upstream> + <remote-id type="sourceforge">golly</remote-id> + </upstream> </pkgmetadata> |