diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-09 22:46:16 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-09 22:46:16 -0500 |
commit | ced79cb791c929f209d81dacf384e65fac5c37fa (patch) | |
tree | dfb66a82d8da1cfa2032174927609079c70976c3 | |
parent | efb13bfd786b58179713e81f70497e0c01a498e1 (diff) |
Rename package.scm to guix.scm.
-rw-r--r-- | guix.scm (renamed from package.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,5 +64,5 @@ (description "Sly is a 2D/3D game engine written in Guile Scheme. Sly differs from most game engines in that it emphasizes functional reactive programming and live coding.") - (home-page "https://gitorious.org/sly/sly") + (home-page "http://dthompson.us/pages/software/sly.html") (license gpl3+)) |