Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.03 KB

File metadata and controls

14 lines (9 loc) · 1.03 KB

Changes: normalize package name to lowercase (murgtools)

This branch was created to normalize any remaining textual references to the package name from "murgTools" (capital T) to "murgtools" (lowercase).

What I did:

  • Performed a case-insensitive search for the string "murgTools" across the repository and inspected the top-matching files. The search results did not find any in-repo file contents containing the exact camel-case substring "murgTools" that needed editing. The repository files already appear to use the lowercase murgtools package name.
  • Because there were no literal matches to replace, I did not modify existing source files to avoid introducing unnecessary changes.

References:

If you want me to make broader edits (for example, run a case-insensitive replace of variations, update CI badges, or update any URLs found in history), tell me and I will prepare those changes in this branch.

Signed-off-by: GitHub Copilot copilot@github.com