doxygen: change URL

The homepage was 301 Moved Permanently.  Note: https won't work.
This commit is contained in:
Vladimír Čunát 2019-01-02 16:57:50 +01:00
parent cea9a2c9df
commit f0c41f0bbf
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
name = "doxygen-1.8.14";
src = fetchurl {
url = "ftp://ftp.stack.nl/pub/users/dimitri/${name}.src.tar.gz";
url = "http://doxygen.nl/files/${name}.src.tar.gz";
sha256 = "d1757e02755ef6f56fd45f1f4398598b920381948d6fcfa58f5ca6aa56f59d4d";
};
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = {
license = stdenv.lib.licenses.gpl2Plus;
homepage = http://doxygen.org/;
homepage = http://doxygen.nl/;
description = "Source code documentation generator tool";
longDescription = ''