Credits URL correction

This commit is contained in:
Starbeamrainbowlabs 2020-01-10 17:47:23 +00:00
parent 707f9badb9
commit e2e9301043
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -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"
] ]