Skip to content

Commit cc848d2

Browse files
committed
Fix small #1662 regression due to #1659
When #1659 was updated to pick up linting configuration changes, it inadvertently undid one of the URL changes made in #1662, putting the URL in the git.exc module back to the one that redirects to a different BSD license from the one this project uses. Since only that one module was affected, the fix is simple. This only changes the URL back; it doesn't undo any other #1659 changes.
1 parent 87cc325 commit cc848d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/exc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
33
#
44
# This module is part of GitPython and is released under
5-
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
5+
# the BSD License: https://opensource.org/license/bsd-3-clause/
66
""" Module containing all exceptions thrown throughout the git package """
77

88
from gitdb.exc import ( # noqa: @UnusedImport

0 commit comments

Comments
 (0)