mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: toutenclic: Remove defunct source URI.
* gnu/packages/education.scm (toutenclic)[source](uri): Remove URI that serves an error page.
This commit is contained in:
parent
473692b812
commit
bff36b5f02
1 changed files with 2 additions and 2 deletions
|
@ -384,8 +384,8 @@ (define-public toutenclic
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
;; XXX: Upstream does not exist anymore.
|
;; XXX: Upstream does not exist anymore.
|
||||||
(string-append "http://www.bipede.fr/downloads/logiciels/"
|
;; (string-append "http://www.bipede.fr/downloads/logiciels/"
|
||||||
"ToutEnClic-" version "-src.zip")
|
;; "ToutEnClic-" version "-src.zip")
|
||||||
(string-append "https://archive.org/download/tout-en-clic-" version
|
(string-append "https://archive.org/download/tout-en-clic-" version
|
||||||
"-src/ToutEnClic-" version "-src.zip")))
|
"-src/ToutEnClic-" version "-src.zip")))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue