miniserve: Remove maintainer nequissimus

This commit is contained in:
Tim Steinbach 2020-10-08 10:21:30 -04:00
parent b863273e7d
commit e0aa9513d4
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

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