development/neovim: New maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ruben Schuller 2021-10-15 20:57:57 +02:00 committed by Willy Sudiarto Raharjo
parent 3380b9defa
commit ef33eaa128
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
# SlackBuild script for neovim # SlackBuild script for neovim
# Copyright 2021 Ruben Schuller <sb@rbn.im>
# Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved. # All rights reserved.
# #

View file

@ -6,5 +6,5 @@ MD5SUM="df61e5a84096d34596145fff708b940c"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="msgpack-c lua-mpack lua-lpeg lua-luv libtermkey libvterm tree-sitter" REQUIRES="msgpack-c lua-mpack lua-lpeg lua-luv libtermkey libvterm tree-sitter"
MAINTAINER="Benjamin Trigona-Harany" MAINTAINER="Ruben Schuller"
EMAIL="slackbuilds@jaxartes.net" EMAIL="sb@rbn.im"