1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-09 12:13:01 +00:00

credits: add ben spiegel

This commit is contained in:
Starbeamrainbowlabs 2024-09-06 02:10:46 +01:00
parent ca10c30e7b
commit a908dfa1d1
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -1,7 +1,7 @@
<?php
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
<?php
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
register_module([
"name" => "Credits",
@ -120,6 +120,12 @@ register_module([
"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"
],
"Bugfix pull requests" => [
"author" => "Ben Spiegel",
"author_url" => "https://github.com/neapsix",
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/pull/247",
"icon" => "https://avatars.githubusercontent.com/u/120674?s=24"
]
];