mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ocamlPackages.postgresql: fix meta.changelog (#514652)
This commit is contained in:
commit
0e6d0d7ac7
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue