Loading pkgs/by-name/dg/dgraph/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"; }; } Loading
pkgs/by-name/dg/dgraph/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"; }; }