mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
simple-http-server: fix typo
Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
This commit is contained in:
parent
352e063a03
commit
e04e72b552
@ -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 New Issue
Block a user