about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-09-29 19:50:45 +0100
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-09-29 17:56:36 -0300
commit6a7da0cfdcbc4f47387627f3d4f320a526965ed5 (patch)
tree1ade4dc8ab6a30de4e10d9948cf41a3194114b99
parentc64add6e8b86aa4cfc6871aed3e0f035a87bc58e (diff)
utf8cpp: add `meta.changelog` entry
-rw-r--r--pkgs/development/libraries/utf8cpp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/utf8cpp/default.nix b/pkgs/development/libraries/utf8cpp/default.nix
index 400a85bd0b07c..764f991c4467c 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 ];