guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: squeak-vm: Update home page.


From: guix-commits
Subject: 01/02: gnu: squeak-vm: Update home page.
Date: Sat, 25 Jul 2020 07:58:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b3c1dac11b108252491f88c0a2d8a4bde7575b9d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jul 25 13:45:52 2020 +0200

    gnu: squeak-vm: Update home page.
    
    * gnu/packages/smalltalk.scm (squeak-vm)[source, home-page]: Drop ‘www’ 
subdomain.
---
 gnu/packages/smalltalk.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/smalltalk.scm b/gnu/packages/smalltalk.scm
index 9b36d83..ea4f8f8 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]