diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-06-24 23:44:00 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-29 17:18:18 +0300 |
commit | 094f09edd4c7a1099a39332318d64dd86db440f9 (patch) | |
tree | 1933a6e53681487439a7167552ebbd8e531d3aed | |
parent | sci-astronomy/scamp: add 2.10.0 (diff) | |
download | gentoo-094f09edd4c7a1099a39332318d64dd86db440f9.tar.gz gentoo-094f09edd4c7a1099a39332318d64dd86db440f9.tar.bz2 gentoo-094f09edd4c7a1099a39332318d64dd86db440f9.zip |
sci-astronomy/scamp: add myself as a maintainer
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | sci-astronomy/scamp/metadata.xml | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/sci-astronomy/scamp/metadata.xml b/sci-astronomy/scamp/metadata.xml index d365168aea8b..80cf6876d39d 100644 --- a/sci-astronomy/scamp/metadata.xml +++ b/sci-astronomy/scamp/metadata.xml @@ -1,16 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>sci-astronomy@gentoo.org</email> - <name>Gentoo Astronomy Project</name> -</maintainer> -<longdescription lang="en"> - SCAMP computes astrometric and photometric solutions from SExtractor catalogs - and stores them in header files. These headers files can be read by SWarp to - coadd images. -</longdescription> -<use> - <flag name="plplot">Build with <pkg>sci-libs/plplot</pkg> to allow diagnostic plots during processing</flag> -</use> + <maintainer type="project"> + <email>sci-astronomy@gentoo.org</email> + <name>Gentoo Astronomy Project</name> + </maintainer> + <maintainer type="person" proxied="yes"> + <email>mario.haustein@hrz.tu-chemnitz.de</email> + <name>Mario Haustein</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + SCAMP computes astrometric and photometric solutions from SExtractor catalogs + and stores them in header files. These headers files can be read by SWarp to + coadd images. + </longdescription> + <use> + <flag name="plplot">Build with <pkg>sci-libs/plplot</pkg> to allow diagnostic plots during processing</flag> + </use> </pkgmetadata> |