darkhttpd: update homepage

This commit is contained in:
Yegor Timoshenko 2017-07-14 03:31:53 +03:00 committed by GitHub
parent 6943cd3ebd
commit 245e4a3801

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Small and secure static webserver";
homepage = http://dmr.ath.cx/net/darkhttpd/;
homepage = https://unix4lyfe.org/darkhttpd/;
license = stdenv.lib.licenses.bsd3;
platforms = platforms.all;
maintainers = [ maintainers.bobvanderlinden ];