urbdyn / rules_fish

Bazel toolchain rules for Fish shell.
Apache License 2.0
2 stars 0 forks source link

Rename fish directory and primary rules library file. #25

Closed Matthew-Benson closed 1 month ago

Matthew-Benson commented 1 month ago

Rename the bazel library directory from rules_fish to just fish. When this project was co-located in a larger repo, the directory name made sense but is now redundant.

Rename the primary bazel library file from fish.bzl to defs.bzl to be more conventional and in the style of other bazel libraries.

Closes #11