Unverified Commit 045bc15d authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #285746 from ferrine/patch-1

python311Packages.pymc: fix homepage
parents 2b7e1ddb b7b6c49c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC)";
    homepage = "https://github.com/pymc-devs/pymc3";
    homepage = "https://github.com/pymc-devs/pymc";
    changelog = "https://github.com/pymc-devs/pymc/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ nidabdella ];