swagger-blocks: add license

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-29 12:00:01 -04:00
parent c43d3121db
commit 5806e12304
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 14 additions and 3 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sidhayn@gmail.com</email>
<name>Zero_Chaos</name>
</maintainer>
<upstream>
<remote-id type="github">fotinakis/swagger-blocks</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
USE_RUBY="ruby30 ruby31 ruby32"
@ -11,5 +11,5 @@ DESCRIPTION="Define and serve live-updating Swagger JSON for Ruby apps"
HOMEPAGE="https://github.com/fotinakis/swagger-blocks"
KEYWORDS="amd64 ~arm64 x86"
LICENSE=""
LICENSE="MIT"
SLOT="0"