diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-12 16:26:29 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:32 +0200 |
commit | c513a7aa5cd9bbce8a16804c3cca6d49db88aeca (patch) | |
tree | 3a05c96432c3a11c43f7b95f9eccd5a4a7ac7382 /app-vim/csound-syntax | |
parent | app-vim/cmdalias: EAPI8 bump (diff) | |
download | gentoo-c513a7aa5cd9bbce8a16804c3cca6d49db88aeca.tar.gz gentoo-c513a7aa5cd9bbce8a16804c3cca6d49db88aeca.tar.bz2 gentoo-c513a7aa5cd9bbce8a16804c3cca6d49db88aeca.zip |
app-vim/csound-syntax: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/csound-syntax')
-rw-r--r-- | app-vim/csound-syntax/csound-syntax-20160804.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/csound-syntax/csound-syntax-20160804.ebuild b/app-vim/csound-syntax/csound-syntax-20160804.ebuild index bc9c952892c7..b7f2b810a8fa 100644 --- a/app-vim/csound-syntax/csound-syntax-20160804.ebuild +++ b/app-vim/csound-syntax/csound-syntax-20160804.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,8 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: set of tools for editing Csound files with vim" -HOMEPAGE="https://github.com/luisjure/csound" +HOMEPAGE="https://github.com/luisjure/csound-vim" + LICENSE="MIT" KEYWORDS="amd64 x86" |