haskellPackages.purebred-email: Add maralorn as maintainer

This commit is contained in:
maralorn 2023-01-14 00:41:38 +01:00
parent b00da641cb
commit 44f51f1f09
2 changed files with 2 additions and 0 deletions

View File

@ -310,6 +310,7 @@ package-maintainers:
- pandoc - pandoc
- paths - paths
- postgresql-simple - postgresql-simple
- purebred-email
- reflex-dom - reflex-dom
- releaser - releaser
- replace-megaparsec - replace-megaparsec

View File

@ -232066,6 +232066,7 @@ self: {
]; ];
description = "types and parser for email messages (including MIME)"; description = "types and parser for email messages (including MIME)";
license = lib.licenses.agpl3Plus; license = lib.licenses.agpl3Plus;
maintainers = [ lib.maintainers.maralorn ];
}) {}; }) {};
"purenix" = callPackage "purenix" = callPackage