mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
miniserve: Remove maintainer nequissimus
This commit is contained in:
parent
b863273e7d
commit
e0aa9513d4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,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 zowoq ];
|
||||
maintainers = with maintainers; [ zowoq ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue