mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: squeak-vm: Update home page.
* gnu/packages/smalltalk.scm (squeak-vm)[source, home-page]: Drop ‘www’ subdomain.
This commit is contained in:
parent
db80caa8ca
commit
b3c1dac11b
1 changed files with 3 additions and 4 deletions
|
@ -85,11 +85,10 @@ (define-public squeak-vm
|
|||
(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 @@ (define-public squeak-vm
|
|||
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)))
|
||||
|
|
Loading…
Reference in a new issue