about summary refs log tree commit diff
path: root/pkgs/by-name/re/restinio_0_6/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/re/restinio_0_6/package.nix')
-rw-r--r--pkgs/by-name/re/restinio_0_6/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/re/restinio_0_6/package.nix b/pkgs/by-name/re/restinio_0_6/package.nix
index 9472bd0a554e7..91b83060ecbe2 100644
--- a/pkgs/by-name/re/restinio_0_6/package.nix
+++ b/pkgs/by-name/re/restinio_0_6/package.nix
@@ -23,6 +23,7 @@ stdenvNoCC.mkDerivation rec {
   meta = with lib; {
     description = "Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library";
     homepage = "https://github.com/Stiffstream/restinio";
+    changelog = "https://github.com/Stiffstream/restinio/releases/tag/v.${version}";
     license = licenses.bsd3;
     platforms = platforms.all;
   };