From a18b87e43ece9a448ab912225e1a26d8fd4b3e7f Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 30 Sep 2024 01:36:22 +0200 Subject: Use OpenPGP when referring to the standard or objects These are OpenPGP signatures that any conforming implementation should be able to handle. They are not specific to GnuPG, which is one of many implementations, even though a very prominent one. --- plugins/curl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/curl') diff --git a/plugins/curl b/plugins/curl index 9c47601..989891a 100755 --- a/plugins/curl +++ b/plugins/curl @@ -5,8 +5,8 @@ # ENVIRONMENT VARIABLES: # URL URL to download known_hosts file from # CURL_OPTIONS options passed to curl -# SIGURL URL of the GnuPG signature -# KEYRING path to the keyring for use by gpgv +# SIGURL URL of the OpenPGP signature +# KEYRING path to the OpenPGP keyring with certificates # set -e -- cgit v1.2.3