summary refs log tree commit diff
path: root/pkgs/development/python-modules/namebench
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-12-08 17:50:31 +0100
committerJon <jonringer@users.noreply.github.com>2019-12-08 10:21:29 -0800
commit69b393ace512f7d08e31ff2b02b015d39f49fcdf (patch)
treec84be8f01c69b75d031252ef72ee5334504f1a45 /pkgs/development/python-modules/namebench
parentfd0e1eef2826f95aa12f3177ce3a6d9b72f63711 (diff)
downloadnixpkgs-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar
nixpkgs-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.gz
nixpkgs-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.bz2
nixpkgs-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.lz
nixpkgs-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.xz
nixpkgs-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.zst
nixpkgs-69b393ace512f7d08e31ff2b02b015d39f49fcdf.zip
Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
Diffstat (limited to 'pkgs/development/python-modules/namebench')
-rw-r--r--pkgs/development/python-modules/namebench/default.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/namebench/default.nix b/pkgs/development/python-modules/namebench/default.nix
index a930f250d80..44b590bae2c 100644
--- a/pkgs/development/python-modules/namebench/default.nix
+++ b/pkgs/development/python-modules/namebench/default.nix
@@ -12,7 +12,7 @@ buildPythonPackage rec {
   disabled = isPy3k || isPyPy;
 
   src = fetchurl {
-    url = "http://namebench.googlecode.com/files/${pname}-${version}-source.tgz";
+    url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/{pname}/${pname}-${version}-source.tgz";
     sha256 = "09clbcd6wxgk4r6qw7hb78h818mvca7lijigy1mlq5y1f3lgkk1h";
   };
 
@@ -28,15 +28,14 @@ buildPythonPackage rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://namebench.googlecode.com/;
+    homepage = "https://github.com/google/namebench"; # Formerly https://code.google.com/archive/p/namebench/
     description = "Find fastest DNS servers available";
     license = with licenses; [
       asl20
       # third-party program licenses (embedded in the sources)
-      "LGPL" # Crystal_Clear
-      free # dns
-      asl20 # graphy
-      "BSD" # jinja2
+      lgpl21 # Crystal_Clear
+      isc # dns
+      bsd3 # jinja2
     ];
     longDescription = ''
       It hunts down the fastest DNS servers available for your computer to