Manifest {
@@ -50,7 +50,7 @@ impl Default for Manifest {
fs: fs::FS::default(),
bin: None,
build: None,
- pkgr: None,
+ ext: None,
}
}
}
diff --git a/pkgr/package.toml b/pkgr/package.toml
index 723ebed..983ea03 100644
--- a/pkgr/package.toml
+++ b/pkgr/package.toml
@@ -48,13 +48,13 @@ install_script = "scripts/install" # relative to pkg
## pkgr.*
# packager is the official client but you may use other clients supporting the "pkgr v1 spec".
# other clients may offer extra functionality this must be put under "pkgr.*"
-[pkgr]
+[ext]
## pkgr.bootstrap
# This section is used for bootpkg. An edition of packager that bootstraps the full version.
# This exists so that packager is easy to install on anything!
# and only 1 release channel for pkgr
-[pkgr.bootstrap]
+[ext.bootstrap]
## any non-zero = installed
check_installed_commands = [
"file /usr/bin/pkgr"