diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-30 20:26:20 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2024-12-31 08:45:03 +0200 |
| commit | 012651f62f716f7e95e6f1ceb596954bd8c0989b (patch) | |
| tree | 8f9b0f9d25fcf09c9e64e78a106150c49764b6d7 /gnu/packages | |
| parent | 42e32d52c3aed6e08b76e2ffe899f14a335e1fb6 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/dotnet.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/dotnet.scm b/gnu/packages/dotnet.scm index 15aa4ba0ada..cf59ae7a64e 100644 --- a/gnu/packages/dotnet.scm +++ b/gnu/packages/dotnet.scm | |||
| @@ -48,13 +48,12 @@ | |||
| 48 | (source (origin | 48 | (source (origin |
| 49 | (method url-fetch) | 49 | (method url-fetch) |
| 50 | (uri (string-append | 50 | (uri (string-append |
| 51 | "https://download.savannah.gnu.org/releases/dotgnu-pnet/treecc-" | 51 | "mirror://savannah/dotgnu-pnet/treecc-" version ".tar.gz")) |
| 52 | version ".tar.gz")) | ||
| 53 | (sha256 | 52 | (sha256 |
| 54 | (base32 | 53 | (base32 |
| 55 | "1rzgnspg2xccdq3qsx0vi3j28h4qkrzbrjnhzvnny34fjfk217ay")))) | 54 | "1rzgnspg2xccdq3qsx0vi3j28h4qkrzbrjnhzvnny34fjfk217ay")))) |
| 56 | (build-system gnu-build-system) | 55 | (build-system gnu-build-system) |
| 57 | (home-page "https://www.gnu.org/software/dotgnu") | 56 | (home-page "https://www.gnu.org/software/dotgnu/") |
| 58 | (synopsis "Tree Compiler-Compiler") | 57 | (synopsis "Tree Compiler-Compiler") |
| 59 | (description "The treecc program is designed to assist in the development | 58 | (description "The treecc program is designed to assist in the development |
| 60 | of compilers and other language-based tools. It manages the generation of | 59 | of compilers and other language-based tools. It manages the generation of |
