summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fscryptctl
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-11-06 15:22:27 +0100
committerMichael Weiss <dev.primeos@gmail.com>2021-11-07 14:45:09 +0100
commit5c72b63690eaed2f5aa10f8cad3df0b43cd267a4 (patch)
treef98f1f2db4dde7ce7c312913e25019d21c6aa7d3 /pkgs/os-specific/linux/fscryptctl
parentafdd9ddbfa130f93d5861c2ca4635f735cf0c9db (diff)
downloadnixpkgs-5c72b63690eaed2f5aa10f8cad3df0b43cd267a4.tar
nixpkgs-5c72b63690eaed2f5aa10f8cad3df0b43cd267a4.tar.gz
nixpkgs-5c72b63690eaed2f5aa10f8cad3df0b43cd267a4.tar.bz2
nixpkgs-5c72b63690eaed2f5aa10f8cad3df0b43cd267a4.tar.lz
nixpkgs-5c72b63690eaed2f5aa10f8cad3df0b43cd267a4.tar.xz
nixpkgs-5c72b63690eaed2f5aa10f8cad3df0b43cd267a4.tar.zst
nixpkgs-5c72b63690eaed2f5aa10f8cad3df0b43cd267a4.zip
fscryptctl: Fix meta.changelog
Diffstat (limited to 'pkgs/os-specific/linux/fscryptctl')
-rw-r--r--pkgs/os-specific/linux/fscryptctl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/fscryptctl/default.nix b/pkgs/os-specific/linux/fscryptctl/default.nix
index bd1b414f4cb..2a2a9b41c9c 100644
--- a/pkgs/os-specific/linux/fscryptctl/default.nix
+++ b/pkgs/os-specific/linux/fscryptctl/default.nix
@@ -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 ];