Commit6aa27d7eRecorded31 Mar 2026Repositorysigil-web-repl

Fix entry field to use quoted list instead of string

Changed
 package.sgl | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
Diff
package.sglmodified
@@ -13,7 +13,7 @@
13
url: "https://codeberg.org/sigil/sigil-web-repl"
14
license: "BSD-3-Clause"
15
authors: (list "David Wilson <[email protected]>")
16
entry: "(sigil web-repl)"
+16
entry: '(sigil web-repl)
17
18
configs: (list
19
(config
@@ -31,11 +31,10 @@
31
(from-git url: sigil-repo package: "sigil-web-run")
32
(from-git url: sigil-repo package: "sigil-stdlib")
33
(from-git url: sigil-repo package: "sigil-repl")
34
(from-git url: "codeberg:sigil/sigil-sxml")
34
(from-git url: sigil-repo package: "sigil-json")
35
(from-git url: sigil-repo package: "sigil-ansi")
36
(from-git url: sigil-repo package: "sigil-format")
38
(from-git url: "codeberg:sigil/sigil-markdown"))
+37
)
38
39
tasks: (list
40
(task