From c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c Mon Sep 17 00:00:00 2001 From: Maxime Lorant Date: Thu, 3 Sep 2015 23:23:08 +0200 Subject: Refs #25345 -- Updated links to code.google.com. --- django/utils/ipv6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/utils') 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 -- cgit v1.3