mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: asciidoc-py3: Fix source URI.
* gnu/packages/documentation.scm (asciidoc-py3)[source](uri): Adjust to current repo URL.
This commit is contained in:
parent
72c0b147ff
commit
df9e84dbea
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ (define-public asciidoc-py3
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/asciidoc/asciidoc-py3/")
|
(url "https://github.com/asciidoc/asciidoc-py")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue