diff --git a/modules/Git.php b/modules/Git.php index 15da878..f11d7b8 100644 --- a/modules/Git.php +++ b/modules/Git.php @@ -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'))