utf8cpp: add meta.changelog entry

This commit is contained in:
Sergei Trofimovich
2023-09-29 17:56:36 -03:00
committed by Anderson Torres
parent c64add6e8b
commit 6a7da0cfdc
@@ -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 ];