diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/kvm/index.html | 5 | ||||
-rw-r--r-- | web/kvm/window-about.pug | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 92c12aa8..092938d5 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -1559,9 +1559,7 @@ // for their help, and memorializing their names<br> // is the least we can do in gratitude.<br> // If you also want to support this project,<br> - // you can use one of these services: - <a target="_blank" href="https://www.patreon.com/pikvm">Patreon</a> - or <a target="_blank" href="https://www.paypal.me/mdevaev">PayPal</a>.</span> + // you can donate on <a target="_blank" href="https://www.patreon.com/pikvm">Patreon</a>.</span> <ul> <li>A. Isenring</li> <li>Aaron Heise</li> @@ -1958,6 +1956,7 @@ <li>Ranc1d</li> <li>Randall D Bilbrey</li> <li>Raphael Schitz</li> + <li>René Rathenau</li> <li>Richard Bernarts</li> <li>Richard Fancher</li> <li>Richard Freemantle</li> diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index 5ab864fb..830ddb10 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -38,9 +38,7 @@ div(id="about-window" class="window") | // for their help, and memorializing their names#[br] | // is the least we can do in gratitude.#[br] | // If you also want to support this project,#[br] - | // you can use one of these services: - | #[a(target="_blank" href="https://www.patreon.com/pikvm") Patreon] - | or #[a(target="_blank" href="https://www.paypal.me/mdevaev") PayPal]. + | // you can donate on #[a(target="_blank" href="https://www.patreon.com/pikvm") Patreon]. ul li A. Isenring li Aaron Heise |