mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: treecc: Satisfy linter.
* gnu/packages/dotnet.scm (treecc)[source]: Replace source URI with a mirror source. [home-page]: Add a trailing slash. Change-Id: I24ec13ea3cbebec23f7a88aa37ab2ff861d071bd
This commit is contained in:
parent
42e32d52c3
commit
012651f62f
1 changed files with 2 additions and 3 deletions
|
@ -48,13 +48,12 @@
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://download.savannah.gnu.org/releases/dotgnu-pnet/treecc-"
|
||||
version ".tar.gz"))
|
||||
"mirror://savannah/dotgnu-pnet/treecc-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rzgnspg2xccdq3qsx0vi3j28h4qkrzbrjnhzvnny34fjfk217ay"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.gnu.org/software/dotgnu")
|
||||
(home-page "https://www.gnu.org/software/dotgnu/")
|
||||
(synopsis "Tree Compiler-Compiler")
|
||||
(description "The treecc program is designed to assist in the development
|
||||
of compilers and other language-based tools. It manages the generation of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue