summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-25 13:45:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-25 13:55:56 +0200
commitb3c1dac11b108252491f88c0a2d8a4bde7575b9d (patch)
tree247e80f8b95501237810374d0da25884bb086d9a
parentdb80caa8ca46bf9f3d6c6981ee3a96a068881e71 (diff)
downloadguix-b3c1dac11b108252491f88c0a2d8a4bde7575b9d.tar.gz
gnu: squeak-vm: Update home page.
* gnu/packages/smalltalk.scm (squeak-vm)[source, home-page]: Drop ‘www’ subdomain.
-rw-r--r--gnu/packages/smalltalk.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/smalltalk.scm b/gnu/packages/smalltalk.scm
index 9b36d83a80..ea4f8f8db2 100644
--- a/gnu/packages/smalltalk.scm
+++ b/gnu/packages/smalltalk.scm
@@ -85,11 +85,10 @@ such as ones for networking and GUI programming.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://www.squeakvm.org/unix/release/"
+       (uri (string-append "http://squeakvm.org/unix/release/"
                            "Squeak-" version "-src.tar.gz"))
        (sha256
-        (base32
-         "0bpwbnpy2sb4gylchfx50sha70z36bwgdxraym4vrr93l8pd3dix"))
+        (base32 "0bpwbnpy2sb4gylchfx50sha70z36bwgdxraym4vrr93l8pd3dix"))
        (modules '((guix build utils)))
        (snippet
         ;; Make builds bit-reproducible.
@@ -149,5 +148,5 @@ the original Smalltalk-80 system.  Squeak has very powerful 2- and 3-D
 graphics, sound, video, MIDI, animation and other multimedia capabilities.  It
 also includes a customisable framework for creating dynamic HTTP servers and
 interactively extensible Web sites.")
-    (home-page "http://www.squeakvm.org")
+    (home-page "http://squeakvm.org/")
     (license license:x11)))