mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
apktool: add changelog to meta
This commit is contained in:
parent
da05a5f95b
commit
722357216e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user