use generic naming for now

This commit is contained in:
Lance Vick 2024-01-24 18:32:26 -08:00
parent 1dc25316cb
commit 542da9ed5a
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 2 additions and 2 deletions

View File

@ -48,11 +48,11 @@ human can be hacked or coerced.
## Comparison
A comparison of Stage(x) to other distros in some of the areas we care about:
A comparison of `packages` to other distros in some of the areas we care about:
| Distro | Single-Sig | Multi-Sig |Diver.| Musl | Stage0 | Repro. | Rust Deps |
|--------|------------|-----------|------|------|--------|--------|-----------|
| Ours | x | p | p | x | x | x | 4 |
| Stagex | x | p | p | x | x | x | 4 |
| Guix | x | | | | x | x | 4 |
| Nix | | | | | | ~99% | 4 |
| Debian | x | | | | | ~95% | 232 |