summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-11-09 22:46:16 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-11-09 22:46:16 -0500
commitced79cb791c929f209d81dacf384e65fac5c37fa (patch)
treedfb66a82d8da1cfa2032174927609079c70976c3
parentefb13bfd786b58179713e81f70497e0c01a498e1 (diff)
Rename package.scm to guix.scm.
-rw-r--r--guix.scm (renamed from package.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.scm b/guix.scm
index f92c45d..986cd16 100644
--- a/package.scm
+++ b/guix.scm
@@ -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+))