python3.pkgs.slob: add doronbehar to maintainers

This commit is contained in:
Doron Behar
2025-12-28 21:39:41 +02:00
parent 70d3c78309
commit d4d45e9435
@@ -47,5 +47,6 @@ buildPythonPackage {
description = "Reference implementation of the slob (sorted list of blobs) format";
mainProgram = "slob";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ doronbehar ];
};
}