From 2043d1647cfb6dfb63eaa4d9b2ac07b8c026e99c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 10 Aug 2024 11:39:36 +0200 Subject: [PATCH] readme: replace GPG with PGP GPG is the GNU tooling, PGP is the standard format. Signed-off-by: Simon Ser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 869ab8f298..041b31e4fa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Podman runs containers on Linux, but can also be used on Mac and Windows systems Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes. -All releases are GPG signed. Public keys of members of the team approved to make releases are located [here](https://github.com/containers/release-keys/tree/main/podman). +All releases are PGP signed. Public keys of members of the team approved to make releases are located [here](https://github.com/containers/release-keys/tree/main/podman). * Continuous Integration: * [![Build Status](https://api.cirrus-ci.com/github/containers/podman.svg)](https://cirrus-ci.com/github/containers/podman/main)