diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-07-27 13:08:36 +0800 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-07-27 13:08:36 +0800 |
commit | 5e0cc15948a8c31b0d6c63282a9e791aff367743 (patch) | |
tree | d6e838fbefdae1c0442e864569515fb961729cd0 | |
parent | media-plugins moved to gentoo main repo (diff) | |
download | yngwin-5e0cc15948a8c31b0d6c63282a9e791aff367743.tar.gz yngwin-5e0cc15948a8c31b0d6c63282a9e791aff367743.tar.bz2 yngwin-5e0cc15948a8c31b0d6c63282a9e791aff367743.zip |
app-editors/neovim: use new upstream description
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index 6692c2a..a2b7f2b 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit cmake-utils flag-o-matic -DESCRIPTION="Vim's rebirth for the 21st century" +DESCRIPTION="Ambitious vim fork focused on extensibility and agility" HOMEPAGE="https://github.com/neovim/neovim" if [[ ${PV} == 9999 ]]; then inherit git-r3 |