mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
Credits URL correction
This commit is contained in:
parent
707f9badb9
commit
e2e9301043
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
register_module([
|
register_module([
|
||||||
"name" => "Credits",
|
"name" => "Credits",
|
||||||
"version" => "0.7.10",
|
"version" => "0.7.11",
|
||||||
"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",
|
||||||
|
@ -107,7 +107,7 @@ register_module([
|
||||||
],
|
],
|
||||||
"Inverted logic fix in the peppermint.json access detector (#179)" => [
|
"Inverted logic fix in the peppermint.json access detector (#179)" => [
|
||||||
"author" => "Kevin Otte",
|
"author" => "Kevin Otte",
|
||||||
"author_url" => "https://www.nivex.net/legacy.html",
|
"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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue