mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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)
|
||||
(uri (list
|
||||
;; XXX: Upstream does not exist anymore.
|
||||
(string-append "http://www.bipede.fr/downloads/logiciels/"
|
||||
"ToutEnClic-" version "-src.zip")
|
||||
;; (string-append "http://www.bipede.fr/downloads/logiciels/"
|
||||
;; "ToutEnClic-" version "-src.zip")
|
||||
(string-append "https://archive.org/download/tout-en-clic-" version
|
||||
"-src/ToutEnClic-" version "-src.zip")))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue