diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-01-05T12·14+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-01-05T12·14+0000 |
commit | 28355dafcf49dddf707499fc99b18c5071cf8eb6 (patch) | |
tree | f7fca72ccb5e011c57b9134e6eeb79fcc9cf5a58 /externals | |
parent | 8fce03e0adc719930de4f4aebd5dd17b7d59402a (diff) |
* Removed reference to losser.st-lab.cs.uu.nl, which is RIP after 9
years of loyal service :-)
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am index 2b980ac9c40b..29d0db052189 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -48,7 +48,7 @@ ATERM = aterm-2.4.2-fixes-r2 $(ATERM).tar.bz2: @echo "Nix requires the CWI ATerm library to build." @echo "Please download version 2.4.2-fixes-r2 from" - @echo " http://losser.st-lab.cs.uu.nl/~eelco/dist/aterm-2.4.2-fixes-r2.tar.bz2" + @echo " http://nixos.org/tarballs/aterm-2.4.2-fixes-r2.tar.bz2" @echo "and place it in the externals/ directory." false |