mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
swagger-blocks: add license
This commit is contained in:
parent
c43d3121db
commit
5806e12304
2 changed files with 14 additions and 3 deletions
11
dev-ruby/swagger-blocks/metadata.xml
Normal file
11
dev-ruby/swagger-blocks/metadata.xml
Normal 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>
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue