libarchive: add changelog
This commit is contained in:
parent
e4b36a1f05
commit
d35b703ccd
@ -57,6 +57,7 @@ stdenv.mkDerivation rec {
|
||||
compressed with gzip, bzip2, lzma, xz, ...
|
||||
'';
|
||||
homepage = "http://libarchive.org";
|
||||
changelog = "https://github.com/libarchive/libarchive/releases/tag/v${version}";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
||||
|
Loading…
Reference in New Issue
Block a user