guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/14: gnu: asciidoc-py3: Fix source URI.


From: guix-commits
Subject: 10/14: gnu: asciidoc-py3: Fix source URI.
Date: Tue, 18 May 2021 16:25:51 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit df9e84dbea10b91a581f920f4a3493b4da48feb4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 17 18:05:57 2021 +0200

    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 ae85534..7a37329 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]