diff --git a/README.md b/README.md index a5c135f..29e4019 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Pull requests for additional backends are welcome! | Application | Package Manager | Section | feature flag | Notes | | ------------ | --------------- | ----------- | ------------ | ---------------------------------------------------------------------------------------- | | Arch Linux | `pacman` | `[arch]` | `arch` | includes pacman-wrapping AUR helpers (configurable) | -| Debian | `apt` | `[debian]` | `debian` | minimum supported apt-version 2.0.2 ([see upstream](https://gitlab.com/volian/rust-apt)) | +| Debian | `apt` | `[debian]` | built-in | | | Fedora Linux | `dnf` | `[fedora]` | built-in | | | Flatpak | `flatpak` | `[flatpak]` | built-in | can manage either system-wide or per-user installation (configurable) | | Python | `pip` | `[python]` | built-in | |