mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
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
This commit is contained in:
parent
5ec17ec18c
commit
0c42de50fa
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue