diff --git a/glicid/packages/glicid.scm b/glicid/packages/glicid.scm index 0d53523..ecb9fbd 100644 --- a/glicid/packages/glicid.scm +++ b/glicid/packages/glicid.scm @@ -248,7 +248,8 @@ (source (origin (method url-fetch) ; (uri (string-append "https://sourceforge.net/projects/motif/files/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz/download")) - (uri (string-append "mirror://sourceforge/motif/files/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz")) +; (uri (string-append "mirror://sourceforge/motif/files/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz")) + (uri (string-append "mirror://sourceforge/motif/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1rxwkrhmj8sfg7dwmkhq885valwqbh26d79033q7vb7fcqv756w5"))