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