diff options
author | 2017-05-15 07:12:57 -0500 | |
---|---|---|
committer | 2017-05-15 07:13:54 -0500 | |
commit | 6cd9e9f322b334453a7508a846b3c52d8f434867 (patch) | |
tree | 2c731d46cbeeb530fdf52fa3ac0e9ac8543c2e1f /app-vim/vim-multiple-cursors/metadata.xml | |
parent | dev-util/drone: Remove old (diff) | |
download | gentoo-6cd9e9f322b334453a7508a846b3c52d8f434867.tar.gz gentoo-6cd9e9f322b334453a7508a846b3c52d8f434867.tar.bz2 gentoo-6cd9e9f322b334453a7508a846b3c52d8f434867.zip |
app-vim/vim-multiple-cursors: Initial commit
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-vim/vim-multiple-cursors/metadata.xml')
-rw-r--r-- | app-vim/vim-multiple-cursors/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/vim-multiple-cursors/metadata.xml b/app-vim/vim-multiple-cursors/metadata.xml new file mode 100644 index 00000000000..b6f784080cc --- /dev/null +++ b/app-vim/vim-multiple-cursors/metadata.xml @@ -0,0 +1,15 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>tamiko@gentoo.org</email> + <name>Matthias Maier</name> + </maintainer> + <maintainer type="project"> + <email>vim@gentoo.org</email> + <name>Gentoo Vim Project</name> + </maintainer> + <upstream> + <remote-id type="github">terryma/vim-multiple-cursors</remote-id> + </upstream> +</pkgmetadata> |