summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-08-26 14:10:48 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-08-26 14:11:08 +0200
commitfa22a4d514721226d5285b8e9e3cb24e5921cfd2 (patch)
tree4b7740d81b55f05d9e9c79593a8d724e332709dd /dev-ml/react
parentapp-misc/goobook: revbump for python3_10 (diff)
downloadgentoo-fa22a4d514721226d5285b8e9e3cb24e5921cfd2.tar.gz
gentoo-fa22a4d514721226d5285b8e9e3cb24e5921cfd2.tar.bz2
gentoo-fa22a4d514721226d5285b8e9e3cb24e5921cfd2.zip
dev-ml/react: add ml@gentoo.org to maintainers
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/react')
-rw-r--r--dev-ml/react/metadata.xml24
1 files changed, 15 insertions, 9 deletions
diff --git a/dev-ml/react/metadata.xml b/dev-ml/react/metadata.xml
index 37e21824a6fc..959d68873dec 100644
--- a/dev-ml/react/metadata.xml
+++ b/dev-ml/react/metadata.xml
@@ -1,16 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">React is an OCaml module for functional reactive programming (FRP). It
- provides support to program with time varying values : applicative
- events and signals. React doesn't define any primitive event or
- signal, this lets the client chooses the concrete timeline.
- React is made of a single, independent, module and distributed under
- the new BSD license.
- Given an absolute notion of time Rtime helps you to manage a timeline
- and provides time stamp events, delayed events and delayed signals.</longdescription>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <longdescription lang="en">
+ React is an OCaml module for functional reactive programming (FRP). It
+ provides support to program with time varying values : applicative events
+ and signals. React doesn't define any primitive event or signal, this lets
+ the client chooses the concrete timeline. React is made of a single,
+ independent, module and distributed under the new BSD license. Given an
+ absolute notion of time Rtime helps you to manage a timeline and provides
+ time stamp events, delayed events and delayed signals.
+ </longdescription>
<upstream>
+ <bugs-to>https://github.com/dbuenzli/react/issues/</bugs-to>
<remote-id type="github">dbuenzli/react</remote-id>
</upstream>
</pkgmetadata>