mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
5cb6d7653a
commit
3aa92164e6
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user