dev-libs/libuv: Add myself as co-maintainer

Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Jakov Smolic
2021-04-23 19:51:18 +01:00
committed by Andreas Sturmlechner
parent 80eec66e4c
commit 0d3431f0a6

View File

@@ -5,6 +5,10 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
<maintainer type="person">
<email>jakov.smolic@sartura.hr</email>
<name>Jakov Smolic</name>
</maintainer>
<longdescription lang="en">
libuv is a platform layer for node.js. Its purpose is to abstract
IOCP on Windows and epoll/kqueue/event ports/etc. on Unix systems.