diff options
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild b/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild index 4ef397fb9ec7..89d05eaa48ac 100644 --- a/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild +++ b/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,6 +39,7 @@ go-module_set_globals SRC_URI="https://gitlab.com/yawning/obfs4/-/archive/${P}/obfs4-${P}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI}" +# See https://gitlab.com/yawning/obfs4/-/issues/5#note_573104796 for licence clarification LICENSE="BSD CC0-1.0 BZIP2 GPL-3+ MIT public-domain" SLOT="0" KEYWORDS="amd64 arm x86" |