Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 1569dd1

Browse files
committed
Update project URL.
1 parent 542b6c2 commit 1569dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
license='BSD',
3838
author='Google Inc. and others',
3939
author_email='google-gflags@googlegroups.com',
40-
url='http://code.google.com/p/python-gflags',
40+
url='https://github.com/google/python-gflags',
4141
py_modules=["gflags", "gflags_validators"],
4242
data_files=[("bin", ["gflags2man.py"])],
4343
include_package_data=True,
44-
)
44+
)

0 commit comments

Comments
 (0)