string-view-lite: fix changelog link

This commit is contained in:
Simon Gardling
2026-04-27 15:18:58 -04:00
parent fe8e5e122b
commit 310d16142a
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "C++17-like string_view for C++98, C++11 and later in a single-file header-only library";
homepage = "https://github.com/martinmoene/string-view-lite";
changelog = "https://github.com/martinmoene/string-view-lite/blob/v${finalAttrs.version}/CHANGES.txt";
changelog = "https://github.com/martinmoene/string-view-lite/releases/tag/v${finalAttrs.version}";
license = lib.licenses.boost;
maintainers = with lib.maintainers; [ titaniumtown ];
};