Git: named correct person

This commit is contained in:
Steffen Lange 2022-02-17 15:52:52 +01:00
parent 13e86b4eb6
commit 1191d4d074

View file

@ -2,7 +2,7 @@
class Git extends PatchBase {
function __construct() {
parent::__construct('Linus Torvalds', 'Git for Windows', 'https://gitforwindows.org/');
parent::__construct('Johannes Schindelin', 'Git for Windows', 'https://gitforwindows.org/');
}
function check() : bool {
if ($this->fetch_json('https://api.github.com/repos/git-for-windows/git/releases/latest'))