Commit ec7071e8 authored by Sarah Clark's avatar Sarah Clark
Browse files

dgraph: remove 'with lib;'

parent e0be264b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -48,12 +48,12 @@ buildGoModule rec {
    done
  '';

  meta = with lib; {
  meta = {
    homepage = "https://dgraph.io/";
    description = "Fast, Distributed Graph DB";
    maintainers = with maintainers; [ sigma ];
    maintainers = with lib.maintainers; [ sigma ];
    # Apache 2.0 because we use only build "oss"
    license = licenses.asl20;
    license = lib.licenses.asl20;
    mainProgram = "dgraph";
  };
}