diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2019-07-09 23:43:40 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2019-07-09 23:43:40 +0200 |
commit | 4ed352df26ccf375c375b90c3485beccb38fbae8 (patch) | |
tree | 65c2fa79a7b28cff4d9d25a5f46a6398a75843d2 /en | |
parent | 184b615e8a727958c57cc572fd9e8f7ebfa80f76 (diff) | |
download | www-4ed352df26ccf375c375b90c3485beccb38fbae8.tar www-4ed352df26ccf375c375b90c3485beccb38fbae8.tar.gz www-4ed352df26ccf375c375b90c3485beccb38fbae8.tar.bz2 www-4ed352df26ccf375c375b90c3485beccb38fbae8.tar.xz www-4ed352df26ccf375c375b90c3485beccb38fbae8.zip |
fix gpg key server website
Diffstat (limited to 'en')
-rw-r--r-- | en/downloads/get/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 9b655177f..bec73cdac 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -281,7 +281,7 @@ if ($num_checksums > 0 && !$torrent) { <p><?php _g('You can also verify the signature of an ISO.', null, ' '); _g('They are also available for download as files:', null, ' '); echo "$signature_links. "; -echo sprintf(_r('First you need to import the "Mageia Release" key from a <a href="%s">MIT PGP Public Key Server</a>:'), 'https://pool.sks-keyservers.net/'); ?></p> +echo sprintf(_r('First you need to import the "Mageia Release" key from a <a href="%s">MIT PGP Public Key Server</a>:'), 'https://sks-keyservers.net/'); ?></p> <pre class="term pre-scrollable"> $ gpg --keyserver pool.sks-keyservers.net --recv-keys EDCA7A90 </pre> |