diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 17:00:00 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 17:00:00 +0200 |
| commit | 73301c774502c6f5f9aeb3bacd93cbf6c58c655b (patch) | |
| tree | 70e32bed2d9b6aee3d661ced5ae53913aa0f3473 /lib | |
| parent | f5549b97bf85c0b169093a3a8478d610ef7c9e2e (diff) | |
| download | tools.nes-73301c774502c6f5f9aeb3bacd93cbf6c58c655b.tar.gz tools.nes-73301c774502c6f5f9aeb3bacd93cbf6c58c655b.zip | |
Remove .github directory
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/xixanta/src/cfg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xixanta/src/cfg.rs b/lib/xixanta/src/cfg.rs index eacc5a4..14d2484 100644 --- a/lib/xixanta/src/cfg.rs +++ b/lib/xixanta/src/cfg.rs @@ -515,7 +515,7 @@ FEATURES { #[test] fn parse_unrom_configuration() { - // Coming from https://github.com/mssola/code.nes. + // Coming from https://git.mssola.com/nes/code.nes. let res = parse_cfg_file( r#" ## |
