From 0c42de50faf2fd1c8628f1a562c97e404282b7d8 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 9 Sep 2025 08:33:54 +0100 Subject: [PATCH] gnu: checkmake: Fix URL redirection. This project has changed the GitHub home page from to . * gnu/packages/check.scm (checkmake)[source]: Fix redirection lint warning. [home-page]: Likewise. Change-Id: I2b8cc6bd3f62cc408ce3d99c318ce0521b82d91f --- gnu/packages/check.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 3b6800e95e9fd025308ab95ef6924ef561ebafb3..97bd273c67ad14b7c429b3ceb594277d7ec90401 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -40,7 +40,7 @@ ;;; Copyright © 2021 Hugo Lecomte ;;; Copyright © 2022 Maxime Devos ;;; Copyright © 2022, 2023 David Elsing -;;; Copyright © 2022-2024 Sharlatan Hellseher +;;; Copyright © 2022-2025 Sharlatan Hellseher ;;; Copyright © 2022 jgart ;;; Copyright © 2023 Luis Felipe López Acevedo ;;; Copyright © 2023 Timo Wilken @@ -359,7 +359,7 @@ source code editors and IDEs.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/mrtazz/checkmake") + (url "https://github.com/checkmake/checkmake") (commit version))) (file-name (git-file-name name version)) (sha256 @@ -388,7 +388,7 @@ source code editors and IDEs.") go-github-com-olekukonko-tablewriter-0.0.5 go-github-com-stretchr-testify go-md2man)) - (home-page "https://github.com/mrtazz/checkmake") + (home-page "https://github.com/checkmake/checkmake") (synopsis "Linter and analyzer for @file{Makefile}") (description "@samp{checkmake} is an experimental tool for linting and checking