~ruther/guix-local

0c42de50faf2fd1c8628f1a562c97e404282b7d8 — Sharlatan Hellseher 7 months ago 5ec17ec
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
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +3 -3
@@ 40,7 40,7 @@
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2022, 2023 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2022-2024 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2022-2025 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2022 jgart <jgart@dismail.de>
;;; Copyright © 2023 Luis Felipe López Acevedo <luis.felipe.la@protonmail.com>
;;; Copyright © 2023 Timo Wilken <guix@twilken.net>


@@ 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