Update repository home.

This commit is contained in:
Mahlon E. Smith 2025-06-28 16:39:29 -07:00
parent 3ddd85b591
commit c2c17e231d
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
3 changed files with 5 additions and 34 deletions

View file

@ -1,7 +0,0 @@
Session.vim
certs/*
coverage/*
docs/*
gem.deps.rb.lock
*.so
tmp/*

View file

@ -1,22 +0,0 @@
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins: []
max_files: 5000

View file

@ -2,7 +2,7 @@
# Ruby::MDBX # Ruby::MDBX
home home
: https://code.martini.nu/fossil/ruby-mdbx : https://code.martini.nu/mahlon/ruby-mdbx
docs docs
: https://martini.nu/docs/ruby-mdbx : https://martini.nu/docs/ruby-mdbx
@ -407,9 +407,9 @@ protector-strong",
## Contributing ## Contributing
You can check out the current development source with Fossil via its You can check out the current development source with Git/Jujutsu via its
[home repo](https://code.martini.nu/fossil/ruby-mdbx), or with Git at its [home repo](https://code.martini.nu/mahlon/ruby-mdbx), or at its
[project mirror](https://github.com/mahlonsmith/ruby-mdbx) [project mirror](https://github.com/mahlonsmith/ruby-mdbx).
After checking out the source, run: After checking out the source, run:
@ -430,7 +430,7 @@ Things may work for you in other environments - I'm just not matrix testing
every possible permutation. every possible permutation.
Bugs reported against tested environments take precedence over others. Please Bugs reported against tested environments take precedence over others. Please
report any issues [here](https://code.martini.nu/fossil/ruby-mdbx/tktnew). report any issues [here](https://code.martini.nu/mahlon/ruby-mdbx/issues).
## Authors ## Authors