mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue