change default url

This commit is contained in:
Louis Abel 2023-09-06 18:26:19 -07:00
parent 0f1d18d700
commit 581f8053b5
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument('--filename', type=str, default='repo-rss.xml',
help='File patch to export to')
parser.add_argument('--link', type=str, default='http://yum.baseurl.org',
parser.add_argument('--link', type=str, default='https://github.com/rpm-software-management/dnf',
help='URL link to repository root')
parser.add_argument('--title', type=str, default='RSS Repository - Recent Packages',
help='Title of the feed')