Skip to content
Snippets Groups Projects
Unverified Commit f0e60e89 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: autogen: Fix source URL.

* gnu/packages/autogen.scm (autogen)[source]: Fix source URL.
parent 0adabad7
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ (define-public autogen ...@@ -35,7 +35,7 @@ (define-public autogen
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/autogen" (uri (string-append "mirror://gnu/autogen/rel" version
"/autogen-" version ".tar.xz")) "/autogen-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment