static-web-server: fix typo

This commit is contained in:
figsoda 2023-07-04 12:24:16 -04:00 committed by Bjørn Forsman
parent ec322bf9e5
commit af5be9016d

View File

@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
passthru.tests = { inherit (nixosTests) static-web-server; };
meta = with lib; {
description = "An asynchronus web server for static files-serving";
description = "An asynchronous web server for static files-serving";
homepage = "https://static-web-server.net/";
changelog = "https://github.com/static-web-server/static-web-server/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit /* or */ asl20 ];