diff --git a/libcfbf.py b/libcfbf.py index a61a847..cbb1881 100644 --- a/libcfbf.py +++ b/libcfbf.py @@ -1,4 +1,4 @@ -# This file is part of the libcfbf distribution (https://git.rcarz.net/bobc/libcfbf). +# This file is part of the libcfbf distribution (https://git.bobc.io/bobc/libcfbf). # Copyright (c) 2020 Bob Carroll (bob.carroll@alum.rit.edu) # # This program is free software: you can redistribute it and/or modify diff --git a/setup.py b/setup.py index a35053b..4975b6b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup(name='libcfbf', description="An implementation of Microsoft's Compound File Binary Format", long_description=long_description, long_description_content_type='text/markdown', - url='https://git.rcarz.net/bobc/libcfbf', + url='https://git.bobc.io/bobc/libcfbf', author='Bob Carroll', author_email='bob.carroll@alum.rit.edu', py_modules=['libcfbf'],