summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-04-03 23:38:08 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-04-03 23:38:28 -0700
commit291506d2d5a5afee11dadd1940ef31394f80d51f (patch)
tree50bdb19d5fd55e64ac0db1f50ee29cc3aa157b3f /dev-go/go-md2man/go-md2man-1.0.6.ebuild
parentsys-apps/util-linux: sync live ebuild (diff)
downloadgentoo-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/go-md2man/go-md2man-1.0.6.ebuild')
-rw-r--r--dev-go/go-md2man/go-md2man-1.0.6.ebuild2
1 files changed, 1 insertions, 1 deletions
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"