Unverified Commit 36bfba5d authored by Tom van Dijk's avatar Tom van Dijk
Browse files

vintagestory: remove `with lib`

parent f34a492c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -93,11 +93,11 @@ stdenv.mkDerivation rec {
      done
    '';

  meta = with lib; {
  meta = {
    description = "In-development indie sandbox game about innovation and exploration";
    homepage = "https://www.vintagestory.at/";
    license = licenses.unfree;
    maintainers = with maintainers; [
    license = lib.licenses.unfree;
    maintainers = with lib.maintainers; [
      artturin
      gigglesquid
      niraethm