Skip to content

Commit

Permalink
Change author names to username
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoko committed Jan 24, 2023
1 parent 9c8037e commit 631b782
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Kasper Koman
Copyright (c) 2017 kapoko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"toggle",
"button"
],
"author": "Kasper Koman <kasper.koman@gmail.com>",
"author": "kapoko <[email protected].com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kapoko/delicious-hamburgers/issues"
Expand Down
2 changes: 1 addition & 1 deletion scss/hamburgers.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* delicious-hamburgers
* @description Beautiful SASS powered hamburger menu toggle buttons
* @author Kasper Koman
* @author kapoko <[email protected]>
* @link https://github.com/kapoko/delicious-hamburgers
*/

Expand Down
2 changes: 1 addition & 1 deletion site/config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Delicious Hamburgers 🍔"
staticDir = ["static", "dist"]
disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
author = "Kasper Koman"
author = "kapoko"
description = "Beautifully animated Sass-powered hamburger menu buttons"

[markup]
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</span>
<span class="middot is-hidden-mobile">&middot;</span>
<span class="item">
<i class="fas fa-code mr-xs"></i> Created by <a href="https://github.com/kapoko" target="_blank">Kasper Koman</a>
<i class="fas fa-code mr-xs"></i> Created by <a href="https://github.com/kapoko" target="_blank">kapoko</a>
</span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"gh-pages",
"delicious-hamburgers"
],
"author": "Kasper Koman <kasper.koman@gmail.com>",
"author": "kapoko <[email protected].com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kapoko/delicious-hamburgers/issues"
Expand Down

0 comments on commit 631b782

Please sign in to comment.