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:18:22 -0400
commit7dabaa8ee33a97558486905f18e8cb5cd357d7da (patch)
tree72400d8af1649678b66fb807d8bfc67571ebaefe /django/utils
parent64410a09dab7a6abfce02f4c60805f462825488b (diff)
[1.8.x] Refs #25345 -- Updated links to code.google.com.
Backport of c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c from master
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 94e9dcf50e..a0675ca65e 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