simple-http-server: fix typo

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
This commit is contained in:
figsoda 2022-12-03 15:09:52 -05:00 committed by GitHub
parent 352e063a03
commit e04e72b552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ];
};