From 73ca20f124bacaa680a38a27437c646f2e9ba68c Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Sat, 2 May 2026 14:45:51 +0200 Subject: [PATCH] fix: README debian feature, version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | |