summaryrefslogtreecommitdiff
path: root/django/utils
diff options
context:
space:
mode:
authorMaxime Lorant <maxime.lorant@gmail.com>2015-09-03 23:23:08 +0200
committerTim Graham <timograham@gmail.com>2015-09-04 08:14:21 -0400
commitc92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c (patch)
treeaf2ce876b52b6663656abae97c7f1e7b90e3532b /django/utils
parent526a413870b9844c2279f5855ad0774edb24f971 (diff)
Refs #25345 -- Updated links to code.google.com.
Diffstat (limited to 'django/utils')
-rw-r--r--django/utils/ipv6.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/ipv6.py b/django/utils/ipv6.py
index ce37760fb3..a0cd606043 100644
--- a/django/utils/ipv6.py
+++ b/django/utils/ipv6.py
@@ -1,5 +1,5 @@
# This code was mostly based on ipaddr-py
-# Copyright 2007 Google Inc. http://code.google.com/p/ipaddr-py/
+# Copyright 2007 Google Inc. https://github.com/google/ipaddr-py
# Licensed under the Apache License, Version 2.0 (the "License").
from django.core.exceptions import ValidationError
from django.utils.six.moves import range