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
commit ce6f80b126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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