examples: Change the specification name to hello.

* examples/hello.scm: Change the specification name to hello.
This commit is contained in:
Mathieu Othacehe 2021-08-12 10:46:24 +02:00
parent 1dcaebc660
commit a7c3e4c6e4
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
(list (specification
(name "guix-master")
(name "hello")
(build 'hello)))