python313Packages.simplekv: Add bbenne10 as maintainer

This commit is contained in:
Bryan Bennett 2025-03-10 16:14:12 -04:00
parent 613cca1638
commit 01b6a6d00f

View file

@ -67,6 +67,9 @@ buildPythonPackage rec {
homepage = "https://github.com/mbr/simplekv";
changelog = "https://github.com/mbr/simplekv/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
maintainers = with maintainers; [
fab
bbenne10
];
};
}