From 9ae716ebbbd1b7ac6dad4b554e159d31783ab7a2 Mon Sep 17 00:00:00 2001 From: "Aaron L. Zeng" Date: Wed, 29 Apr 2026 01:49:27 -0400 Subject: [PATCH] ocamlPackages.postgresql: fix meta.changelog --- pkgs/development/ocaml-modules/postgresql/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/postgresql/default.nix b/pkgs/development/ocaml-modules/postgresql/default.nix index 8c71a2321e3d..8b193e13ea90 100644 --- a/pkgs/development/ocaml-modules/postgresql/default.nix +++ b/pkgs/development/ocaml-modules/postgresql/default.nix @@ -25,7 +25,7 @@ buildDunePackage rec { meta = { description = "Bindings to the PostgreSQL library"; license = lib.licenses.lgpl21Plus; - changelog = "https://raw.githubusercontent.com/mmottl/postgresql-ocaml/refs/tags/${version}/CHANGES.md"; + changelog = "https://raw.githubusercontent.com/mmottl/postgresql-ocaml/refs/tags/${version}/CHANGELOG.md"; maintainers = with lib.maintainers; [ bcc32 ]; homepage = "https://mmottl.github.io/postgresql-ocaml"; };