Commit 1cffb044 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.tensorflow-probability: add GaetanLepage as maintainer

parent 20f2614e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}