change default URL to dnf github

This commit is contained in:
Louis Abel 2023-09-06 18:25:46 -07:00
parent 2f7d07b492
commit 98a1737764
Signed by: label
GPG Key ID: B37E62D143879B36
2 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')

Binary file not shown.