simple-http-server: fix typo
Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
This commit is contained in:
parent
352e063a03
commit
e04e72b552
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Simple HTTP server in Rust";
|
||||
homepage = "https://github.com/TheWaWaR/simple-http-server";
|
||||
changelog = "https://github.com/TheWaWaR/simple-http-server/tree/v${version}";
|
||||
changelog = "https://github.com/TheWaWaR/simple-http-server/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda mephistophiles ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue