diff options
author | h7x4 | 2024-06-16 22:48:03 +0200 |
---|---|---|
committer | h7x4 | 2024-07-07 15:20:06 +0200 |
commit | 7384b9abdcaec35bffaa58e2b58d9e7da3595fdc (patch) | |
tree | 2af807976c72057b70be5ac2697886dce3bda94d /pkgs/by-name/qp | |
parent | b2a1b6f50862e2a630b83ea087b3bc05d6edccf2 (diff) |
treewide: set `meta.changelog`
Diffstat (limited to 'pkgs/by-name/qp')
-rw-r--r-- | pkgs/by-name/qp/qpoases/package.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/qp/qpoases/package.nix b/pkgs/by-name/qp/qpoases/package.nix index 5dec04c6aee7..42e442d4ff07 100644 --- a/pkgs/by-name/qp/qpoases/package.nix +++ b/pkgs/by-name/qp/qpoases/package.nix @@ -36,6 +36,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Open-source C++ implementation of the recently proposed online active set strategy"; homepage = "https://github.com/coin-or/qpOASES"; + changelog = "https://github.com/coin-or/qpOASES/blob/${finalAttrs.src.rev}/VERSIONS.txt"; license = licenses.lgpl21; maintainers = with maintainers; [ nim65s ]; }; |