Skip to content

Commit

Permalink
Use shorter workspace name.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Jan 1, 2019
1 parent 7c4026f commit 678be75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
"@com_github_jbeder_yaml_cpp//:yaml_cpp",
"@com_github_nuxinl_argdata//:argdata",
"@org_cloudabi_argdata//:argdata",
],
)
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

git_repository(
name = "com_github_nuxinl_argdata",
name = "org_cloudabi_argdata",
commit = "686bffe0e2dacf39c4bfe08a5f0d8f30c3237d2f",
remote = "https://github.com/NuxiNL/argdata.git",
)

git_repository(
name = "com_github_nuxinl_bazel_third_party",
commit = "1ea7fe04d7444391e388915ba24f1f9b204705ec",
name = "org_cloudabi_bazel_third_party",
commit = "8d51abda2299d5fe26ca7c55f182b6562f440979",
remote = "https://github.com/NuxiNL/bazel-third-party.git",
)

load("@com_github_nuxinl_bazel_third_party//:third_party.bzl", "third_party_repositories")
load("@org_cloudabi_bazel_third_party//:third_party.bzl", "third_party_repositories")

third_party_repositories()

0 comments on commit 678be75

Please sign in to comment.