miniserve: add maintainer

This commit is contained in:
zowoq 2020-06-08 13:24:35 +10:00
parent 6ac70262b7
commit f13cb53452

View file

@ -29,7 +29,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; [ nequissimus ];
maintainers = with maintainers; [ nequissimus zowoq ];
platforms = platforms.unix;
};
}