app-admin/cronlocker: fix LICENSE

Closes: https://bugs.gentoo.org/694702
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson
2020-04-03 23:47:55 -07:00
parent f50dc9d7bc
commit 35bc9496f2

View File

@@ -10,7 +10,7 @@ DESCRIPTION="synchronize a cron job across multiple hosts using the consul lock
HOMEPAGE="https://github.com/Barzahlen/cronlocker"
SRC_URI="https://github.com/Barzahlen/${PN}/archive/${HASH}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
LICENSE="MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
@@ -21,6 +21,6 @@ src_compile() {
src_install() {
pushd src/${EGO_PN}
dobin cronlocker
dodoc *.md package/changelog
dobin cronlocker
dodoc *.md package/changelog
}