Unverified Commit 61823954 authored by Stig Palmquist's avatar Stig Palmquist
Browse files

gnupg24: add myself as maintainer

parent e2ba9edc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };