hexchat: removed nested with

This commit is contained in:
superherointj
2024-07-08 18:12:51 -03:00
parent bef1fc470a
commit f486e27db3
@@ -80,11 +80,11 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/hexchat --prefix PYTHONPATH : "$PYTHONPATH"
'';
meta = with lib; {
meta = {
description = "Popular and easy to use graphical IRC (chat) client";
homepage = "https://hexchat.github.io/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ romildo ];
};
}