mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
darkhttpd: update homepage
This commit is contained in:
parent
6943cd3ebd
commit
245e4a3801
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue