x3270: remove with lib

kyehn 6d1eef9f dec6dc5d

Changed files
+3 -3
pkgs
by-name
x3
x3270
+3 -3
pkgs/by-name/x3/x3270/package.nix
···
libiconv
];
-
meta = with lib; {
+
meta = {
description = "IBM 3270 terminal emulator for the X Window System";
homepage = "https://x3270.bgp.nu/index.html";
-
license = licenses.bsd3;
-
maintainers = [ maintainers.anna328p ];
+
license = lib.licenses.bsd3;
+
maintainers = [ lib.maintainers.anna328p ];
};
})