diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e124d..26286d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ A template is provided: - [#5](https://github.com/haskell-github-trust/smtp-mail/pull/5) @spencerjanssen - Switch to `crypton-connection` because the `connection` package is no longer maintained +- [#6](https://github.com/haskell-github-trust/smtp-mail/pull/6) @spencerjanssen + - [Change in maintainership](https://github.com/jhickner/smtp-mail/pull/41#issuecomment-2012521041) ## 0.3.0.0 diff --git a/smtp-mail.cabal b/smtp-mail.cabal index 2ebf468..a36a018 100644 --- a/smtp-mail.cabal +++ b/smtp-mail.cabal @@ -1,12 +1,12 @@ name: smtp-mail version: 0.4.0.0 synopsis: Simple email sending via SMTP -description: This packages provides a simple interface for mail over SMTP. PLease see the README for more information. -homepage: http://github.com/jhickner/smtp-mail +description: This packages provides a simple interface for mail over SMTP. Please see the README for more information. +homepage: http://github.com/haskell-github-trust/smtp-mail license: BSD3 license-file: LICENSE author: Jason Hickner, Matt Parsons -maintainer: parsonsmatt@gmail.com +maintainer: spencerjanssen@gmail.com -- copyright: category: Network build-type: Simple @@ -19,7 +19,7 @@ extra-source-files: source-repository head type: git - location: git@github.com:jhickner/smtp-mail.git + location: git@github.com:haskell-github-trust/smtp-mail.git library default-language: Haskell2010