]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.cc
rename URL to Uri in deb822-sources
[apt.git] / apt-pkg / sourcelist.cc
index ddebd206d5a0592d23f017a6dcd91caf0184b470..0cea8dc7fc0f1d64c39abc39666ea519d2403c27 100644 (file)
@@ -78,7 +78,7 @@ bool pkgSourceList::Type::ParseStanza(vector<metaIndex *> &List,
 {
    map<string, string> Options;
 
-   string URI = Tags.FindS("URL");
+   string URI = Tags.FindS("Uri");
    if (!FixupURI(URI))
    {
       _error->Error(_("Malformed stanza %u in source list %s (URI parse)"),i,Fd.Name().c_str());