mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
6 lines
127 B
Bash
6 lines
127 B
Bash
|
SF_redirect () {
|
||
|
redirect
|
||
|
process 'http://[a-z]+[.]dl[.]sourceforge[.]net/' 'mirror://sourceforge/'
|
||
|
process '[?].*' ''
|
||
|
}
|