mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
websocat: add filalex77 to maintainers
This commit is contained in:
parent
741f472ddf
commit
19c77d9e0b
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Command-line client for WebSockets (like netcat/socat)";
|
||||
homepage = "https://github.com/vi/websocat";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.thoughtpolice ];
|
||||
maintainers = with maintainers; [ thoughtpolice filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user