static-web-server: fix typo

This commit is contained in:
figsoda
2023-07-04 20:38:17 +02:00
committed by Bjørn Forsman
parent ec322bf9e5
commit af5be9016d
+1 -1
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 ];