forked from mirrors/nixpkgs
miniserve: add maintainer
This commit is contained in:
parent
6ac70262b7
commit
f13cb53452
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue