Commit 6d1eef9f authored by kyehn's avatar kyehn
Browse files

x3270: remove with lib

parent dec6dc5d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -88,10 +88,10 @@ stdenv.mkDerivation (finalAttrs: {
    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 ];
  };
})