From 53c40b3c77492740458a7b52723128c12c53d55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20H=C3=B6fling?= Date: Tue, 23 Feb 2021 23:12:50 +0100 Subject: gnu: asciidoc: Update source URI. * gnu/packages/documentation.scm (asciidoc)[source]: Update URI. This fixes . They moved (and redirected) the repository to the new location . Here they changed the old commits in-place using now Python3, which caused the hash mismatch. The untouched Python2 version is still found under the ..-py2 repository. --- gnu/packages/documentation.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index eb3227ca63..ae8553436e 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -105,7 +105,7 @@ pages in HTML.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/asciidoc/asciidoc") + (url "https://github.com/asciidoc-py/asciidoc-py2") (commit version))) (file-name (git-file-name name version)) (sha256 -- cgit v1.2.3