Skip to content

Commit 4b8f9c2

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 d6b8e77 commit 4b8f9c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ bazel_dep(name = "rules_browsers")
2525
git_override(
2626
module_name = "rules_browsers",
2727
commit = "8231142fc5516323b040883bf774ba8362645387",
28-
remote = "https://github.com/devversion/rules_browsers.git",
28+
remote = "https://github.com/angular/rules_browsers.git",
2929
)
3030

3131
bazel_dep(name = "rules_sass")
3232
git_override(
3333
module_name = "rules_sass",
3434
commit = "1184a80751a21af8348f308abc5b38a41f26850e",
35-
remote = "https://github.com/devversion/rules_sass.git",
35+
remote = "https://github.com/angular/rules_sass.git",
3636
)
3737

3838
bazel_dep(name = "rules_angular")
3939
git_override(
4040
module_name = "rules_angular",
4141
commit = "d746c4f75e42cffe389d1ab077f4639be2bc78d1",
42-
remote = "https://github.com/devversion/rules_angular.git",
42+
remote = "https://github.com/angular/rules_angular.git",
4343
)
4444

4545
yq = use_extension("@yq.bzl//yq:extensions.bzl", "yq")

0 commit comments

Comments
 (0)