From 1191d4d074404ca473a02e63f2da39d515dc22ce Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Thu, 17 Feb 2022 15:52:52 +0100 Subject: [PATCH] Git: named correct person --- modules/Git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))