mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
credits: add author of latest PR
This commit is contained in:
parent
5db18f7ad8
commit
0ecc874fc1
1 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
register_module([
|
register_module([
|
||||||
"name" => "Credits",
|
"name" => "Credits",
|
||||||
"version" => "0.8",
|
"version" => "0.8.1",
|
||||||
"author" => "Starbeamrainbowlabs",
|
"author" => "Starbeamrainbowlabs",
|
||||||
"description" => "Adds the credits page. You *must* have this module :D",
|
"description" => "Adds the credits page. You *must* have this module :D",
|
||||||
"id" => "page-credits",
|
"id" => "page-credits",
|
||||||
|
@ -114,6 +114,12 @@ register_module([
|
||||||
"author_url" => "https://www.nivex.net/",
|
"author_url" => "https://www.nivex.net/",
|
||||||
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/pull/179",
|
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/pull/179",
|
||||||
"icon" => "https://avatars3.githubusercontent.com/u/3833404?s=24&v=4"
|
"icon" => "https://avatars3.githubusercontent.com/u/3833404?s=24&v=4"
|
||||||
|
],
|
||||||
|
"IIS web server documentation" => [
|
||||||
|
"author" => "Nathan Nance",
|
||||||
|
"author_url" => "https://github.com/npnance",
|
||||||
|
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/pull/229",
|
||||||
|
"icon" => "https://avatars.githubusercontent.com/u/975340?s=24"
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue