Skip to content

Commit d0b8f18

Browse files
committed
Rename HasGeek to Hasgeek
1 parent d72d8aa commit d0b8f18

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HasGeek Custom Mailer
1+
# Hasgeek Custom Mailer
22

33
![Build status](https://secure.travis-ci.org/hasgeek/hasmail.png)
44
[![Coverage Status](https://coveralls.io/repos/hasgeek/hasmail/badge.png?branch=master)](https://coveralls.io/r/hasgeek/hasmail?branch=master)

instance/settings-sample.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33

44
#: Site title
5-
SITE_TITLE = os.environ.get('SITE_TITLE', 'HasGeek App')
5+
SITE_TITLE = os.environ.get('SITE_TITLE', 'Hasgeek App')
66
#: Site id (for network bar)
77
SITE_ID = os.environ.get('SITE_ID', '')
88
#: Google Analytics code
@@ -38,7 +38,7 @@
3838
MAIL_USERNAME = os.environ.get('MAIL_USERNAME', None)
3939
MAIL_PASSWORD = os.environ.get('MAIL_PASSWORD', None)
4040
MAIL_DEFAULT_SENDER = os.environ.get(
41-
'MAIL_DEFAULT_SENDER', 'HasGeek <[email protected]>'
41+
'MAIL_DEFAULT_SENDER', 'Hasgeek <[email protected]>'
4242
)
4343
DEFAULT_MAIL_SENDER = os.environ.get(
4444
'DEFAULT_MAIL_SENDER', MAIL_DEFAULT_SENDER

instance/testing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#: Site title
2-
SITE_TITLE = 'HasGeek App'
2+
SITE_TITLE = 'Hasgeek App'
33
#: Site id (for network bar)
44
SITE_ID = ''
55
#: Google Analytics code
@@ -35,7 +35,7 @@
3535
#: MAIL_DEFAULT_SENDER : default None
3636
MAIL_FAIL_SILENTLY = False
3737
MAIL_SERVER = 'localhost'
38-
MAIL_DEFAULT_SENDER = 'HasGeek <[email protected]>'
38+
MAIL_DEFAULT_SENDER = 'Hasgeek <[email protected]>'
3939
DEFAULT_MAIL_SENDER = MAIL_DEFAULT_SENDER # For compatibility with older Flask-Mail
4040
#: Logging: recipients of error emails
4141
ADMINS = []

0 commit comments

Comments
 (0)