diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-01-19 08:12:35 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-09 15:03:14 +0200 |
commit | 8a2c9bdce2eb2b68c2b6d45fb351d55f6e3a859f (patch) | |
tree | ba5afc3b0a3ca1c8163ededb9277701467daff3b /app-misc/go-jira/go-jira-1.0.28.ebuild | |
parent | sys-cluster/kops: update LICENSE (diff) | |
download | gentoo-8a2c9bdce2eb2b68c2b6d45fb351d55f6e3a859f.tar.gz gentoo-8a2c9bdce2eb2b68c2b6d45fb351d55f6e3a859f.tar.bz2 gentoo-8a2c9bdce2eb2b68c2b6d45fb351d55f6e3a859f.zip |
app-misc/go-jira: update LICENSE
* Update license based on upstream and lichen output for the
dependencies.
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34893
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc/go-jira/go-jira-1.0.28.ebuild')
-rw-r--r-- | app-misc/go-jira/go-jira-1.0.28.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/go-jira/go-jira-1.0.28.ebuild b/app-misc/go-jira/go-jira-1.0.28.ebuild index 534c23387961..348786b41a46 100644 --- a/app-misc/go-jira/go-jira-1.0.28.ebuild +++ b/app-misc/go-jira/go-jira-1.0.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/go-jira/jira" SRC_URI="https://github.com/go-jira/jira/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" -LICENSE="Apache-2.0 BSD-2 BSD ISC MIT MIT-with-advertising" +LICENSE="0BSD Apache-2.0 BSD BSD-2 ISC MIT" SLOT="0" KEYWORDS="amd64" |