Merge pull request #152662 from qowoz/miniserve

miniserve: remove maintainer
This commit is contained in:
Bobby Rong
2021-12-30 17:59:16 +08:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
description = "For when you really just want to serve some files over HTTP right now!";
homepage = "https://github.com/svenstaro/miniserve";
license = with licenses; [ mit ];
maintainers = with maintainers; [ zowoq ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}