all repos — nimhttpd @ 789784849572ccea44c23dd74000b1c41c9e76a4

A useful static file web server.

Update config message
Michael Adams unquietwiki@gmail.com
Thu, 12 May 2022 22:23:54 -0700
commit

789784849572ccea44c23dd74000b1c41c9e76a4

parent

2be0bf1541f8e22c67f18326dd2f1554520b6146

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/nimhttpdpkg/config.nimsrc/nimhttpdpkg/config.nim

@@ -2,4 +2,4 @@ const

pkgTitle* = "NimHTTPd" pkgVersion* = "1.3.0" pkgAuthor* = "Fabio Cevasco & Michael Adams" - pkgDescription* = "A tiny static file web server for IPv6." + pkgDescription* = "A tiny static file web server. IPv4 & IPv6 supported!"