string-view-lite: fix changelog link
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user