diff --git a/hall.scm b/hall.scm index f370c3f..de7eef2 100644 --- a/hall.scm +++ b/hall.scm @@ -1,32 +1,32 @@ (hall-description - (name "sloth") - (prefix "") - (version "0.1") - (author "An owl and a rat") - (email "stellarskylark@posteo.net") - (copyright (2023)) - (synopsis "") - (description "") - (home-page "") - (license gpl3+) - (dependencies `(("guile-config" ,guile-config) - ("guile-ncurses" ,guile-ncurses) - ("guile-ts" ,guile-ts))) - (skip ()) - (files (libraries - ((directory "sloth" ((scheme-file "editor") - (scheme-file "interface"))))) - (tests ((directory "tests" ()))) - (programs - ((directory "scripts" ((in-file "sloth"))))) - (documentation - ((directory "doc" ((texi-file "sloth"))) - (text-file "LICENSE") - (symlink "README" "README.org") - (org-file "README"))) - (infrastructure - ((text-file ".gitignore") - (text-file "zhu-li") - (scheme-file "guix") - (scheme-file "hall") - (scheme-file "manifest"))))) + (name "sloth") + (prefix "") + (version "0.1") + (author "An owl and a rat") + (email "stellarskylark@posteo.net") + (copyright (2023)) + (synopsis "") + (description "") + (home-page "") + (license gpl3+) + (dependencies `(("guile-config" ,guile-config) + ("guile-ncurses" ,guile-ncurses) + ("guile-ts" ,guile-ts))) + (skip ()) + (files (libraries + ((directory "sloth" ((scheme-file "editor") + (scheme-file "interface"))))) + (tests ((directory "tests" ()))) + (programs + ((directory "scripts" ((in-file "sloth"))))) + (documentation + ((directory "doc" ((texi-file "sloth"))) + (text-file "LICENSE") + (symlink "README" "README.org") + (org-file "README"))) + (infrastructure + ((text-file ".gitignore") + (text-file "zhu-li") + (scheme-file "guix") + (scheme-file "hall") + (scheme-file "manifest"))))) diff --git a/scripts/sloth.in b/scripts/sloth.in index 2a09799..d94e19e 100644 --- a/scripts/sloth.in +++ b/scripts/sloth.in @@ -14,9 +14,9 @@ (config api) (config licenses) (config parser sexp) - (sloth interface) - (sloth editor) - (ncurses curses)) + (sloth editor) + (sloth interface) + (ncurses curses)) ;; Commandline handling