From e4ff2d9200126810405ea36cdac90774b0459380 Mon Sep 17 00:00:00 2001 From: Andre Brisco <91817010+abrisco@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:02:54 -0700 Subject: [PATCH] Update release notes to point to new repo. (#97) --- .github/release_notes.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release_notes.template b/.github/release_notes.template index 304b4b7..6991344 100644 --- a/.github/release_notes.template +++ b/.github/release_notes.template @@ -12,7 +12,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_req_compile", sha256 = "{sha256}", - urls = ["https://github.com/sputt/req-compile/releases/download/{version}/rules_req_compile-{version}.tar.gz"], + urls = ["https://github.com/periareon/req-compile/releases/download/{version}/rules_req_compile-{version}.tar.gz"], ) load("@rules_req_compile//:repositories.bzl", "req_compile_dependencies") @@ -24,4 +24,4 @@ load("@rules_req_compile//:repositories_transitive.bzl", "req_compile_transitive req_compile_transitive_dependencies() ``` -Additional documentation can be found at: https://github.com/sputt/req-compile +Additional documentation can be found at: https://github.com/periareon/req-compile