1*ef3a692cSMatthias Maennichworkspace(name = "platforms") 2*ef3a692cSMatthias Maennich 3*ef3a692cSMatthias Maennichload("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 4*ef3a692cSMatthias Maennich 5*ef3a692cSMatthias Maennichhttp_archive( 6*ef3a692cSMatthias Maennich name = "rules_license", 7*ef3a692cSMatthias Maennich urls = [ 8*ef3a692cSMatthias Maennich "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.7/rules_license-0.0.7.tar.gz", 9*ef3a692cSMatthias Maennich "https://github.com/bazelbuild/rules_license/releases/download/0.0.7/rules_license-0.0.7.tar.gz", 10*ef3a692cSMatthias Maennich ], 11*ef3a692cSMatthias Maennich sha256 = "4531deccb913639c30e5c7512a054d5d875698daeb75d8cf90f284375fe7c360", 12*ef3a692cSMatthias Maennich) 13