treewide: fix various links (homepage, src)

This commit is contained in:
Vladimír Čunát
2018-09-03 16:53:02 +02:00
parent 0d388e1bb6
commit 9b48a67731
8 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
outputsToInstall = outputs; # The man pages and PDFs are likely useful to most.
description = "Tools for DNS benchmaring";
homepage = https://nominum.com/measurement-tools/;
homepage = https://www.akamai.com/us/en/products/network-operator/measurement-tools.jsp;
license = licenses.isc;
platforms = platforms.unix;
maintainers = [ maintainers.vcunat ];