mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user