Changes in uspace/app/pkg/pkg.c [5b110a9:d1582b50] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pkg/pkg.c

    r5b110a9 rd1582b50  
    116116        pkg_name = argv[2];
    117117
    118         ret = asprintf(&src_uri, "http://ci-ipv4.helenos.org/latest/" STRING(UARCH)
     118        ret = asprintf(&src_uri, "http://ci.helenos.org/latest/" STRING(UARCH)
    119119            "/%s-for-helenos-" STRING(UARCH) ".tar.gz",
    120120            pkg_name);
Note: See TracChangeset for help on using the changeset viewer.