Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change git repo and maintainership #6

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions smtp-mail.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,7 +19,7 @@ extra-source-files:

source-repository head
type: git
location: [email protected]:jhickner/smtp-mail.git
location: [email protected]:haskell-github-trust/smtp-mail.git

library
default-language: Haskell2010
Expand Down
Loading