gnupg24: add myself as maintainer (#345191)

This commit is contained in:
Franz Pletz
2024-09-29 15:36:13 +02:00
committed by GitHub
+1 -1
View File
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
frontend applications and libraries are available. Version 2 of GnuPG
also provides support for S/MIME.
'';
maintainers = with maintainers; [ fpletz ];
maintainers = with maintainers; [ fpletz sgo ];
platforms = platforms.all;
mainProgram = "gpg";
};