python3Packages.python-apt: update maintainers list

This commit is contained in:
Jon Seager
2025-09-11 09:46:05 +01:00
parent b8efe063f0
commit 3809184591

View File

@@ -35,7 +35,11 @@ buildPythonPackage rec {
description = "Python bindings for APT";
homepage = "https://launchpad.net/python-apt";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ jnsgruk ];
maintainers = with lib.maintainers; [
adhityaravi
bepri
dstathis
];
platforms = lib.platforms.linux;
};
}