Skip to content

Commit 40e002e

Browse files
committed
wip
1 parent 5a7a2f6 commit 40e002e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "maildev",
3-
"description": "SMTP Server and Web Interface for reading and testing emails during development",
4-
"version": "2.0.5",
2+
"name": "mailcatcher",
3+
"description": "A multitenancy implementation of MailDev, catchmail-node, for simulated SMTP, sendmail, and webmail client GUI outgoing reader for each HestiaCP based user/web domain.",
4+
"version": "2.1.0",
55
"keywords": [
66
"email",
77
"e-mail",
@@ -12,8 +12,8 @@
1212
"development",
1313
"smtp"
1414
],
15-
"author": "Dan Farrelly",
16-
"homepage": "http://maildev.github.io/maildev/",
15+
"author": "Stephen J. Carnam",
16+
"homepage": "http://github.com/steveorevo/mailcatcher",
1717
"maintainers": [
1818
{
1919
"name": "Dan Farrelly",
@@ -53,7 +53,7 @@
5353
"bin": {
5454
"maildev": "./bin/maildev"
5555
},
56-
"license": "MIT",
56+
"license": "AFFERO-GPLv3",
5757
"dependencies": {
5858
"addressparser": "1.0.1",
5959
"async": "^3.2.3",

0 commit comments

Comments
 (0)