Diff openpgp-keys-django-20201201 with a openpgp-keys-django-20230606

/usr/portage/sec-keys/openpgp-keys-django/openpgp-keys-django-20230606.ebuild 2023-10-09 14:52:35.276368496 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="OpenPGP keys used to sign Django releases"
7 7
HOMEPAGE="https://www.djangoproject.com/download/"
8 8
SRC_URI="
9 9
	https://keys.openpgp.org/vks/v1/by-fingerprint/FE5FB63876A1D718A8C67556E17DF5C82B4F9D00
10
		-> FE5FB63876A1D718A8C67556E17DF5C82B4F9D00.asc
10
		-> FE5FB63876A1D718A8C67556E17DF5C82B4F9D00.r1.asc
11 11
	https://keybase.io/felixx/pgp_keys.asc?fingerprint=abb2c2a8cd01f1613618b70d2ef56372ba48cd1b
12 12
		-> ABB2C2A8CD01F1613618B70D2EF56372BA48CD1B.asc
13
	https://github.com/nessita.gpg
14
		-> 5B5B1BA10D85AC7C5C76E38F2EE82A8D9470983E.asc
13 15
"
14 16

  
15 17
LICENSE="public-domain"
Thank you!