diff --git a/build.scm b/build.scm index e84950e..99d1149 100644 --- a/build.scm +++ b/build.scm @@ -7,7 +7,7 @@ (srfi 13) (srfi 14)) -(include "licenses.data-scm") +(include "licenses.scm") (define tmpdir (list-ref (command-line) 1)) (if (not (file-exists? "repo.scm")) (error "No repo.scm found")) diff --git a/licenses.data-scm b/licenses.scm similarity index 100% rename from licenses.data-scm rename to licenses.scm