Diff openpgp-keys-nettle-20220603 with a openpgp-keys-nettle-20250628

/usr/portage/sec-keys/openpgp-keys-nettle/openpgp-keys-nettle-20250628.ebuild 2025-09-08 18:21:13.121073130 +0300
1 1
# Copyright 2022-2025 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 by Niels Möller (to sign nettle releases)"
7 7
HOMEPAGE="https://www.lysator.liu.se/~nisse/"
8
# Had to grab from keyserver.ubuntu.com
9
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-F3599FF828C67298.asc"
8
SRC_URI="http://www.lysator.liu.se/~nisse/archive/distribution-key.gpg -> ${P}.asc"
10 9
S="${WORKDIR}"
11 10

  
12 11
LICENSE="public-domain"
Thank you!