[PATCH] MAINTAINERS: Update URI for watchdog tree

Antonio Borneo posted 1 patch 3 weeks, 4 days ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Update URI for watchdog tree
Posted by Antonio Borneo 3 weeks, 4 days ago
The old git repository
	git://www.linux-watchdog.org/linux-watchdog.git
is not accessible anymore, while the development of the watchdog
framework is currently handled in git.kernel.org by Guenter's
linux-staging repository.

Update the URI.

Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3a19da74d00c9..5e0468e532577 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -29357,7 +29357,7 @@ M:	Guenter Roeck <linux@roeck-us.net>
 L:	linux-watchdog@vger.kernel.org
 S:	Maintained
 W:	http://www.linux-watchdog.org/
-T:	git git://www.linux-watchdog.org/linux-watchdog.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
 F:	Documentation/devicetree/bindings/watchdog/
 F:	Documentation/watchdog/
 F:	drivers/watchdog/

base-commit: cee9395acd8043be0644b25c34bfa86623f2b935
-- 
2.34.1
Re: [PATCH] MAINTAINERS: Update URI for watchdog tree
Posted by Guenter Roeck 3 weeks, 4 days ago
On Mon, Aug 31, 2026 at 05:36:46PM +0200, Antonio Borneo wrote:
> The old git repository
> 	git://www.linux-watchdog.org/linux-watchdog.git
> is not accessible anymore, while the development of the watchdog
> framework is currently handled in git.kernel.org by Guenter's
> linux-staging repository.
> 
> Update the URI.
> 
> Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com>

Applied.

Thanks,
Guenter