mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
fscryptctl: Fix meta.changelog
This commit is contained in:
parent
afdd9ddbfa
commit
5c72b63690
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue