diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-07-29 17:50:25 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-07-30 08:32:44 +0200 |
commit | 8a3b41d99b349b0bc6acb9ead306cc505ca5b19d (patch) | |
tree | 5ac87706835b6c45c274f42de8f67a6733ce525e /dev-ruby/json/json-2.6.2.ebuild | |
parent | dev-ruby/wirble: update LICENSE (diff) | |
download | gentoo-8a3b41d99b349b0bc6acb9ead306cc505ca5b19d.tar.gz gentoo-8a3b41d99b349b0bc6acb9ead306cc505ca5b19d.tar.bz2 gentoo-8a3b41d99b349b0bc6acb9ead306cc505ca5b19d.zip |
dev-ruby/json: update LICENSE
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/json/json-2.6.2.ebuild')
-rw-r--r-- | dev-ruby/json/json-2.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/json/json-2.6.2.ebuild b/dev-ruby/json/json-2.6.2.ebuild index c92a49456688..1cdeaa8478c9 100644 --- a/dev-ruby/json/json-2.6.2.ebuild +++ b/dev-ruby/json/json-2.6.2.ebuild @@ -16,7 +16,7 @@ inherit ruby-fakegem DESCRIPTION="A JSON implementation as a Ruby extension" HOMEPAGE="https://github.com/flori/json" SRC_URI="https://github.com/flori/json/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Ruby" +LICENSE="|| ( BSD-2 Ruby )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="2" |