Unverified Commit d0343abf authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

zstd: fix changelog (#442656)

parents 5c9a8279 56d9cd41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ stdenv.mkDerivation (finalAttrs: {
      property shared by most LZ compression algorithms, such as zlib.
    '';
    homepage = "https://facebook.github.io/zstd/";
    changelog = "https://github.com/facebook/zstd/blob/v${version}/CHANGELOG";
    changelog = "https://github.com/facebook/zstd/blob/v${finalAttrs.version}/CHANGELOG";
    license = with licenses; [ bsd3 ]; # Or, at your opinion, GPL-2.0-only.
    mainProgram = "zstd";
    platforms = platforms.all;