diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 47d39252..86d99267 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -35,7 +35,7 @@ This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting a project maintainer at hugo.giraudel@gmail.com. All +reported by contacting a project maintainer at kitty.giraudel@gmail.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. Maintainers are obligated to maintain confidentiality with regard to the reporter of an diff --git a/README.md b/README.md index 21698c75..dde9a4f1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Head to the [site][SassDoc] for extensive documentation. * [Valérian Galliat](https://twitter.com/valeriangalliat) * [Fabrice Weinberg](https://twitter.com/fweinb) * [Pascal Duez](https://twitter.com/pascalduez) -* [Hugo Giraudel](http://twitter.com/HugoGiraudel) +* [Kitty Giraudel](http://twitter.com/KittyGiraudel) [SassDoc]: http://sassdoc.com [npm-url]: https://www.npmjs.com/package/sassdoc diff --git a/package.json b/package.json index 0bc326c0..8a5a45ef 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "sassdoc", "description": "Release the docs!", "author": { - "name": "Hugo Giraudel", - "url": "http://hugogiraudel.com", - "email": "hugo.giraudel@gmail.com" + "name": "Kitty Giraudel", + "url": "http://kittygiraudel.com", + "email": "kitty.giraudel@gmail.com" }, "contributors": [ { diff --git a/test/data/expected.json b/test/data/expected.json index 27f9c1bb..d723782e 100644 --- a/test/data/expected.json +++ b/test/data/expected.json @@ -618,7 +618,7 @@ "author": [ "Pascal **Duez**", "Valérian **Galliat**", - "Hugo **Giraudel**", + "Kitty **Giraudel**", "Fabrice **Weinberg**" ], "deprecated": "This is a *deprecation* message.", diff --git a/test/data/test.scss b/test/data/test.scss index 434ba3cc..d03affe6 100644 --- a/test/data/test.scss +++ b/test/data/test.scss @@ -24,7 +24,7 @@ /// /// @author Pascal **Duez** /// @author Valérian **Galliat** -/// @author Hugo **Giraudel** +/// @author Kitty **Giraudel** /// @author Fabrice **Weinberg** /// /// @deprecated This is a *deprecation* message.