apktool: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-12-08 12:43:53 +01:00 committed by Weijia Wang
parent da05a5f95b
commit 722357216e

View File

@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A tool for reverse engineering Android apk files";
homepage = "https://ibotpeaches.github.io/Apktool/";
changelog = "https://github.com/iBotPeaches/Apktool/releases/tag/v${version}";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
maintainers = with maintainers; [ offline ];