1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00
nixpkgs/pkgs/servers/http/couchdb/src-info-for-default.nix

8 lines
193 B
Nix
Raw Normal View History

{
downloadPage = "http://couchdb.apache.org/downloads.html";
baseName = "couchdb";
choiceCommand = ''head -1 | sed -re "$skipRedirectApache" '';
mirrorSedScript = ''$apacheMirror'';
}