mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +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 '[?].*' ''
|
||
|
}
|