mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-12 13:13:00 +00:00
credits: add ben spiegel
This commit is contained in:
parent
ca10c30e7b
commit
a908dfa1d1
1 changed files with 10 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
/* 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
|
* 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/. */
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
register_module([
|
register_module([
|
||||||
"name" => "Credits",
|
"name" => "Credits",
|
||||||
|
@ -120,6 +120,12 @@ register_module([
|
||||||
"author_url" => "https://github.com/npnance",
|
"author_url" => "https://github.com/npnance",
|
||||||
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/pull/229",
|
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/pull/229",
|
||||||
"icon" => "https://avatars.githubusercontent.com/u/975340?s=24"
|
"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"
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue