guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: treecc: Satisfy linter.


From: guix-commits
Subject: branch master updated: gnu: treecc: Satisfy linter.
Date: Tue, 31 Dec 2024 01:51:36 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 012651f62f gnu: treecc: Satisfy linter.
012651f62f is described below

commit 012651f62f716f7e95e6f1ceb596954bd8c0989b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 30 20:26:20 2024 +0200

    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
---
 gnu/packages/dotnet.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dotnet.scm b/gnu/packages/dotnet.scm
index 15aa4ba0ad..cf59ae7a64 100644
--- a/gnu/packages/dotnet.scm
+++ b/gnu/packages/dotnet.scm
@@ -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



reply via email to

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