mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: go-github-com-cyphar-filepath-securejoin: Fix url.
Fix url incorrectly changed in 9399db35c2
.
* gnu/packages/golang-xyz.scm (go-github-com-cyphar-filepath-securejoin)
[origin]: Fix url.
Change-Id: Ibac24d11efdd6414bdeb8be2cd2184e21d7f8676
Signed-off-by: Ekaitz Zarraga <ekaitz@elenq.tech>
This commit is contained in:
parent
704128d4ed
commit
32ad7173d6
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
|||
;;; Copyright © 2024 Spencer Peters <spencerpeters@protonmail.com>
|
||||
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
|
||||
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
|
||||
;;; Copyright © 2024 Simen Endsjø <contact@simendsjo.me>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -2104,7 +2105,7 @@ metrics to Graphite.")
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cyphar/filepatv-securejoin")
|
||||
(url "https://github.com/cyphar/filepath-securejoin")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue