Skip to content

Commit 0a0a466

Browse files
authored
Change author and repository information
1 parent 616c3c7 commit 0a0a466

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

mkdocs.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
site_name: openskill.lua
22
site_description: Documentation for OpenSkill
3-
site_author: Vaschex
4-
site_url: https://vaschex.github.io/openskill.lua
3+
site_author: bstummer
4+
site_url: https://bstummer.github.io/openskill.lua
55

66
repo_name: openskill.lua
7-
repo_url: https://github.com/Vaschex/openskill.lua
7+
repo_url: https://github.com/bstummer/openskill.lua
88
edit_uri: ""
99

1010
theme:
@@ -45,14 +45,8 @@ theme:
4545
extra:
4646
social:
4747
- icon: fontawesome/brands/github
48-
link: https://github.com/Vaschex/
49-
name: Vaschex on GitHub
50-
- icon: fontawesome/brands/twitter
51-
link: https://twitter.com/Vaschex
52-
name: Vaschex on Twitter
53-
- icon: fontawesome/brands/youtube
54-
link: https://www.youtube.com/channel/UCdv59AWoiGNwPiBYgNNhwnQ
55-
name: Vaschex on YouTube
48+
link: https://github.com/bstummer
49+
name: bstummer on GitHub
5650

5751
markdown_extensions:
5852
- admonition

src/OpenSkill.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
--[[
22
3-
Tutorial & Documentation: vaschex.github.io/openskill.lua
3+
Tutorial & Documentation: https://bstummer.github.io/openskill.lua/
44
55
Version of this module: 1.2.0
66
Based on philihp/openskill.js commit 291
77
8-
Ported to Lua & improved by Vaschex
8+
Ported to Lua & improved by bstummer
99
1010
]]
1111

0 commit comments

Comments
 (0)