Skip to content

Commit da58c38

Browse files
committed
build: update repository locations for bazel rules
The repositories for `rules_sass`, `rules_angular`, and `rules_browsers` were recently transferred from devversion to the angular organization. This commit updates the internal bazel module rules to rely on the new repository locations.
1 parent fc316e6 commit da58c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bazel_dep(name = "rules_angular")
1919
git_override(
2020
module_name = "rules_angular",
2121
commit = "d746c4f75e42cffe389d1ab077f4639be2bc78d1",
22-
remote = "https://github.com/devversion/rules_angular.git",
22+
remote = "https://github.com/angular/rules_angular.git",
2323
)
2424

2525
bazel_dep(name = "devinfra")
@@ -33,14 +33,14 @@ bazel_dep(name = "rules_sass")
3333
git_override(
3434
module_name = "rules_sass",
3535
commit = "1184a80751a21af8348f308abc5b38a41f26850e",
36-
remote = "https://github.com/devversion/rules_sass.git",
36+
remote = "https://github.com/angular/rules_sass.git",
3737
)
3838

3939
bazel_dep(name = "rules_browsers")
4040
git_override(
4141
module_name = "rules_browsers",
4242
commit = "8231142fc5516323b040883bf774ba8362645387",
43-
remote = "https://github.com/devversion/rules_browsers.git",
43+
remote = "https://github.com/angular/rules_browsers.git",
4444
)
4545

4646
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")

0 commit comments

Comments
 (0)