diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2021-02-23 23:12:50 +0100 |
---|---|---|
committer | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2021-02-23 23:42:58 +0100 |
commit | 53c40b3c77492740458a7b52723128c12c53d55b (patch) | |
tree | c414116c9d45b15b49b26ee1e5a0561f2d7bfeb6 /gnu/packages/documentation.scm | |
parent | 3fc49dae18dd16f58175ec19998ee63e50c920b6 (diff) | |
download | guix-53c40b3c77492740458a7b52723128c12c53d55b.tar.gz |
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.
Diffstat (limited to 'gnu/packages/documentation.scm')
-rw-r--r-- | gnu/packages/documentation.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |