guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0c42de50faf2fd1c8628f1a562c97e404282b7d8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 9 08:33:54 2025 +0100
gnu: checkmake: Fix URL redirection.
This project has changed the GitHub home page from
<https://github.com/mrtazz/checkmake> to
<https://github.com/checkmake/checkmake>.
* gnu/packages/check.scm (checkmake)[source]<url>: 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 3b6800e95e..97bd273c67 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -40,7 +40,7 @@
;;; Copyright © 2021 Hugo Lecomte <[email protected]>
;;; Copyright © 2022 Maxime Devos <[email protected]>
;;; Copyright © 2022, 2023 David Elsing <[email protected]>
-;;; Copyright © 2022-2024 Sharlatan Hellseher <[email protected]>
+;;; Copyright © 2022-2025 Sharlatan Hellseher <[email protected]>
;;; Copyright © 2022 jgart <[email protected]>
;;; Copyright © 2023 Luis Felipe López Acevedo <[email protected]>
;;; Copyright © 2023 Timo Wilken <[email protected]>
@@ -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