summaryrefslogtreecommitdiff
path: root/doc/package-hello.json
diff options
context:
space:
mode:
authorHerman Rimm <herman@rimm.ee>2024-02-20 21:45:15 +0100
committerLudovic Courtès <ludo@gnu.org>2024-02-23 19:02:55 +0100
commitb386c11e7804e0b577411d930b60f1e0a4a0382c (patch)
treeb3eb20bbba353d0af5094b7f664a5eeecfadbd05 /doc/package-hello.json
parentdf3e44cab1078ac6e84df9059a5acccdf9486700 (diff)
import: Do not return package name with json importer.
* guix/import/json.scm (json->code): Do not return package names after package expressions. * doc/package-hello.json: Fix comma errors and use valid greeter URL. Change-Id: Id71924e72f690a9bda5fbfdb65a443029adfd158 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/package-hello.json')
-rw-r--r--doc/package-hello.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/package-hello.json b/doc/package-hello.json
index a47e266e4b..60193e97e6 100644
--- a/doc/package-hello.json
+++ b/doc/package-hello.json
@@ -6,7 +6,7 @@
"build-system": "gnu",
"arguments": {
"tests?": false
- }
+ },
"home-page": "https://www.gnu.org/software/hello/",
"synopsis": "Hello, GNU world: An example GNU package",
"description": "GNU Hello prints a greeting.",
@@ -16,11 +16,11 @@
{
"name": "greeter",
"version": "1.0",
- "source": "https://example.com/greeter-1.0.tar.gz",
+ "source": "mirror://gnu/hello/hello-2.10.tar.gz",
"build-system": "gnu",
"arguments": {
"test-target": "foo",
- "parallel-build?": false,
+ "parallel-build?": false
},
"home-page": "https://example.com/",
"synopsis": "Greeter using GNU Hello",