mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +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)";
|
description = "Command-line client for WebSockets (like netcat/socat)";
|
||||||
homepage = "https://github.com/vi/websocat";
|
homepage = "https://github.com/vi/websocat";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice filalex77 ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user