utf8cpp: add meta.changelog
entry
This commit is contained in:
parent
c64add6e8b
commit
6a7da0cfdc
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue