Merge pull request #110372 from bbigras/httplz

httplz: dropping maintainership
This commit is contained in:
Maximilian Bosch
2021-01-22 22:09:10 +01:00
committed by GitHub

View File

@@ -30,6 +30,6 @@ rustPlatform.buildRustPackage rec {
description = "A basic http server for hosting a folder fast and simply";
homepage = "https://github.com/thecoshman/http";
license = licenses.mit;
maintainers = with maintainers; [ bbigras ];
maintainers = with maintainers; [ ];
};
}