From 6a7da0cfdcbc4f47387627f3d4f320a526965ed5 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 29 Sep 2023 19:50:45 +0100 Subject: [PATCH] utf8cpp: add `meta.changelog` entry --- pkgs/development/libraries/utf8cpp/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/utf8cpp/default.nix b/pkgs/development/libraries/utf8cpp/default.nix index 400a85bd0b07..764f991c4467 100644 --- a/pkgs/development/libraries/utf8cpp/default.nix +++ b/pkgs/development/libraries/utf8cpp/default.nix @@ -24,6 +24,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://github.com/nemtrif/utfcpp"; + changelog = "https://github.com/nemtrif/utfcpp/releases/tag/v${version}"; description = "UTF-8 with C++ in a Portable Way"; license = licenses.boost; maintainers = with maintainers; [ jobojeha ];