From 3a6406c3294f38274c614e67cc00ee5a3354437e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 17 Aug 2020 20:53:22 +0200 Subject: [PATCH] fix mail address --- LICENSE | 2 +- cookiecutter.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index bb3e998..44e4d67 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Robert Kaussow +Copyright (c) 2020 Robert Kaussow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cookiecutter.json b/cookiecutter.json index cca7a4a..7602996 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -1,7 +1,7 @@ { "author": "xoxys", "author_full": "Robert Kaussow", - "author_email": "mail@geeklabor.de", + "author_email": "mail@thegeeklab.de", "role_name": "my_role", "role_description_short": "My demo role", "role_category": "misc",