Skip to content

Commit

Permalink
Remove the email spam generator
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny authored Mar 10, 2018
1 parent f08bbf0 commit f71804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"full_name": "Audrey Roy Greenfeld",
"email": "aroy@alum.mit.edu",
"email": "audreyr@example.com",
"github_username": "audreyr",
"project_name": "Python Boilerplate",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
Expand Down

0 comments on commit f71804d

Please sign in to comment.