From ac8430e5b12b48e1c450b9393081532e0dd97323 Mon Sep 17 00:00:00 2001 From: Stig Palmquist Date: Thu, 28 Aug 2025 15:12:04 +0200 Subject: [PATCH] gnupg: Update FreePG patch comments --- pkgs/tools/security/gnupg/24.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/gnupg/24.nix b/pkgs/tools/security/gnupg/24.nix index 446ec69617f1..0012e2f9c595 100644 --- a/pkgs/tools/security/gnupg/24.nix +++ b/pkgs/tools/security/gnupg/24.nix @@ -76,7 +76,13 @@ stdenv.mkDerivation rec { ] ++ lib.optionals withTpm2Tss [ tpm2-tss ]; - # Maintained by Andrew Gallapher, who's involved with GPG in multiple ways: https://andrewg.com/ + # FreePG (https://freepg.org) is a set of commonly-used patches for GnuPG that + # have not been merged upstream. It is used by Arch Linux, Debian, Fedora and + # NixOS, and is maintained by Andrew Gallagher. + # + # The main purpose of including these patches in Nixpkgs is to maintain + # compatibility with OpenPGP. + # freepgPatches = fetchFromGitLab { domain = "gitlab.com"; owner = "freepg";