diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-22 21:19:37 -0500 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-22 21:19:37 -0500 |
commit | 39bd5394bf91411721bb5e06fdfc04aa20c63542 (patch) | |
tree | 27fe64f8f61032ad348b23d495999404ddbe4fa2 /hall.scm | |
parent | 490bd1f52fdc5ea7a1bc2a4a0e6d2f985a21feba (diff) |
doc: README.org->README.rst
cgit and friends (as well as my poor slow-to-reprogram brain) like
ReStructuredText better than they like org-mode files. Let's give it to
them because the org-mode file was only used as hall auto-generated it.
Diffstat (limited to 'hall.scm')
-rw-r--r-- | hall.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,8 @@ read is, without having to devote your own brain power to sorting them.") (text-file "COPYING") (text-file "HACKING") (text-file "NEWS") - (symlink "README" "README.org") - (org-file "README"))) + (symlink "README" "README.rst") + (text-file "README.rst"))) (infrastructure ((scheme-file "hall") (text-file ".gitignore") |