Fix url incorrectly changed in 9399db35c2105157407fd4a59aeb0cacc58a0c54.

* gnu/packages/golang-xyz.scm (go-github-com-cyphar-filepath-securejoin)
[origin]: Fix url.  (Bug#74359)

Change-Id: Ibac24d11efdd6414bdeb8be2cd2184e21d7f8676
---
 gnu/packages/golang-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index d9a3562061..a974c00cbd 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -49,6 +49,7 @@
 ;;; Copyright © 2024 Spencer Peters <spencerpet...@protonmail.com>
 ;;; Copyright © 2024 Troy Figiel <t...@troyfigiel.com>
 ;;; Copyright © 2024 gemmaro <gemmaro....@gmail.com>
+;;; Copyright © 2024 Simen Endsjø <cont...@simendsjo.me>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2104,7 +2105,7 @@ (define-public go-github-com-cyphar-filepath-securejoin
      (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

base-commit: 704128d4ed316140eede55c492d2fa3b6d7a63a0
-- 
2.46.0




Reply via email to