diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index f93a708355..34fe17127c 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -200,7 +200,7 @@ (define-public go-github-com-ipfs-go-detect-race (arguments (list #:go go-1.21 - #:import-path "github.com/ipfs/go-log/v2")) + #:import-path "github.com/ipfs/go-detect-race")) (home-page "https://github.com/ipfs/go-detect-race") (synopsis "Detect if compiled with race") (description "Check if the race detector is running.")