Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

doxygen: change URL

The homepage was 301 Moved Permanently. Note: https won't work.

+2 -2
+2 -2
pkgs/development/tools/documentation/doxygen/default.nix
··· 5 5 name = "doxygen-1.8.14"; 6 6 7 7 src = fetchurl { 8 - url = "ftp://ftp.stack.nl/pub/users/dimitri/${name}.src.tar.gz"; 8 + url = "http://doxygen.nl/files/${name}.src.tar.gz"; 9 9 sha256 = "d1757e02755ef6f56fd45f1f4398598b920381948d6fcfa58f5ca6aa56f59d4d"; 10 10 }; 11 11 ··· 29 29 30 30 meta = { 31 31 license = stdenv.lib.licenses.gpl2Plus; 32 - homepage = http://doxygen.org/; 32 + homepage = http://doxygen.nl/; 33 33 description = "Source code documentation generator tool"; 34 34 35 35 longDescription = ''