From 53c40b3c77492740458a7b52723128c12c53d55b Mon Sep 17 00:00:00 2001
From: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
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 <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46706>.

They moved (and redirected) the repository to the new location
<https://github.com/asciidoc-py/asciidoc-py>. 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(-)

(limited to 'gnu/packages/documentation.scm')

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 @@ (define-public asciidoc
     (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