diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-04-03 23:38:08 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-04-03 23:38:28 -0700 |
commit | 291506d2d5a5afee11dadd1940ef31394f80d51f (patch) | |
tree | 50bdb19d5fd55e64ac0db1f50ee29cc3aa157b3f /dev-go | |
parent | sys-apps/util-linux: sync live ebuild (diff) | |
download | gentoo-291506d2d5a5afee11dadd1940ef31394f80d51f.tar.gz gentoo-291506d2d5a5afee11dadd1940ef31394f80d51f.tar.bz2 gentoo-291506d2d5a5afee11dadd1940ef31394f80d51f.zip |
dev-go/go-md2man: fix LICENSE
Closes: https://bugs.gentoo.org/694386
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/go-md2man/go-md2man-1.0.3.ebuild | 2 | ||||
-rw-r--r-- | dev-go/go-md2man/go-md2man-1.0.6.ebuild | 2 | ||||
-rw-r--r-- | dev-go/go-md2man/go-md2man-1.0.8.ebuild | 2 | ||||
-rw-r--r-- | dev-go/go-md2man/go-md2man-2.0.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-go/go-md2man/go-md2man-1.0.3.ebuild b/dev-go/go-md2man/go-md2man-1.0.3.ebuild index 0a502fe2881e..f0255be8f6ac 100644 --- a/dev-go/go-md2man/go-md2man-1.0.3.ebuild +++ b/dev-go/go-md2man/go-md2man-1.0.3.ebuild @@ -16,7 +16,7 @@ inherit golang-build DESCRIPTION="A utility to convert markdown to man pages" HOMEPAGE="https://github.com/cpuguy83/go-md2man" -LICENSE="MIT" +LICENSE="BSD-2 MIT" SLOT="0" IUSE="" DEPEND="dev-go/blackfriday" diff --git a/dev-go/go-md2man/go-md2man-1.0.6.ebuild b/dev-go/go-md2man/go-md2man-1.0.6.ebuild index e5d53b0b1ebc..9c67ea4a48bc 100644 --- a/dev-go/go-md2man/go-md2man-1.0.6.ebuild +++ b/dev-go/go-md2man/go-md2man-1.0.6.ebuild @@ -16,7 +16,7 @@ inherit golang-build DESCRIPTION="A utility to convert markdown to man pages" HOMEPAGE="https://github.com/cpuguy83/go-md2man" -LICENSE="MIT" +LICENSE="BSD-2 MIT" SLOT="0" IUSE="" DEPEND="dev-go/blackfriday" diff --git a/dev-go/go-md2man/go-md2man-1.0.8.ebuild b/dev-go/go-md2man/go-md2man-1.0.8.ebuild index e6e44b474129..0fa2e9d8aeb7 100644 --- a/dev-go/go-md2man/go-md2man-1.0.8.ebuild +++ b/dev-go/go-md2man/go-md2man-1.0.8.ebuild @@ -16,7 +16,7 @@ inherit golang-build DESCRIPTION="A utility to convert markdown to man pages" HOMEPAGE="https://github.com/cpuguy83/go-md2man" -LICENSE="MIT" +LICENSE="BSD-2 MIT" SLOT="0" IUSE="" diff --git a/dev-go/go-md2man/go-md2man-2.0.0.ebuild b/dev-go/go-md2man/go-md2man-2.0.0.ebuild index 652c75260665..9af47a4a7da9 100644 --- a/dev-go/go-md2man/go-md2man-2.0.0.ebuild +++ b/dev-go/go-md2man/go-md2man-2.0.0.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="A utility to convert markdown to man pages" SRC_URI="https://github.com/cpuguy83/go-md2man/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/cpuguy83/go-md2man" -LICENSE="MIT" +LICENSE="BSD-2 MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" |