Eelco Dolstra
|
607b0d3e80
|
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
|
2007-08-27 13:01:33 +00:00 |
|
Eelco Dolstra
|
ba89004d03
|
* Fix typo in name.
svn path=/nixpkgs/trunk/; revision=9015
|
2007-07-21 02:40:10 +00:00 |
|
Armijn Hemel
|
8a04982b8a
|
add genext2fs, a tool to create ext2fs images, without having to be root
svn path=/nixpkgs/trunk/; revision=8659
|
2007-05-11 22:26:18 +00:00 |
|