summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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+))