about summary refs log tree commit diff
path: root/pkgs/by-name/qp/qpoases/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/qp/qpoases/package.nix')
-rw-r--r--pkgs/by-name/qp/qpoases/package.nix1
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 5dec04c6aee7a..42e442d4ff073 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 ];
   };