fscryptctl: Fix meta.changelog

This commit is contained in:
Michael Weiss 2021-11-06 15:22:27 +01:00
parent afdd9ddbfa
commit 5c72b63690
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
documentation for filesystem encryption before using fscryptctl.
'';
inherit (src.meta) homepage;
changelog = "https://github.com/google/fscryptctl/releases/tag/v{version}";
changelog = "https://github.com/google/fscryptctl/releases/tag/v${version}";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];