From df9e84dbea10b91a581f920f4a3493b4da48feb4 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 17 May 2021 18:05:57 +0200 Subject: gnu: asciidoc-py3: Fix source URI. * gnu/packages/documentation.scm (asciidoc-py3)[source](uri): Adjust to current repo URL. --- 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 ae8553436e..7a37329c03 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -184,7 +184,7 @@ markup) can be customized and extended by the user.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/asciidoc/asciidoc-py3/") + (url "https://github.com/asciidoc/asciidoc-py") (commit version))) (file-name (git-file-name name version)) (sha256 -- cgit v1.2.3