python311Packages.tensorflow-probability: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage
2023-11-08 10:16:54 +01:00
parent 20f2614e6e
commit 1cffb044be
@@ -116,6 +116,6 @@ in buildPythonPackage {
description = "Library for probabilistic reasoning and statistical analysis";
homepage = "https://www.tensorflow.org/probability/";
license = licenses.asl20;
maintainers = with maintainers; []; # This package is maintainerless.
maintainers = with maintainers; [ GaetanLepage ];
};
}