libdeflate: add meta.changelog

I hope r-ryantm will link this correctly next time.
Their tags/releases on GitHub don't have the information.
This commit is contained in:
Vladimír Čunát 2023-04-04 09:08:26 +02:00
parent 5cb6d7653a
commit 3aa92164e6
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
description = "Fast DEFLATE/zlib/gzip compressor and decompressor";
license = licenses.mit;
homepage = "https://github.com/ebiggers/libdeflate";
changelog = "https://github.com/ebiggers/libdeflate/blob/v${version}/NEWS.md";
platforms = platforms.unix;
maintainers = with maintainers; [ orivej kaction ];
};