diff options
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") |