From ee086ef62da15fad996c156bc5bd9f83ef507f1b Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 4 Jan 2024 15:27:28 -0800 Subject: [PATCH] Package name fix. --- .../com_github_mithro_vlsiffra_hdl_library/bundled.BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency_support/com_github_mithro_vlsiffra_hdl_library/bundled.BUILD.bazel b/dependency_support/com_github_mithro_vlsiffra_hdl_library/bundled.BUILD.bazel index f4060f12..5cde0bc8 100644 --- a/dependency_support/com_github_mithro_vlsiffra_hdl_library/bundled.BUILD.bazel +++ b/dependency_support/com_github_mithro_vlsiffra_hdl_library/bundled.BUILD.bazel @@ -19,7 +19,7 @@ load("@rules_license//rules:license.bzl", "license") license( name = "license", - package_name = "asap7sc6t_26", + package_name = "vlsiffra_hdl_library", ) licenses(["notice"])