summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/dex2jar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/5pkgs/dex2jar/default.nix')
-rw-r--r--makefu/5pkgs/dex2jar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/dex2jar/default.nix b/makefu/5pkgs/dex2jar/default.nix
index b519b80a2..76557ce67 100644
--- a/makefu/5pkgs/dex2jar/default.nix
+++ b/makefu/5pkgs/dex2jar/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = https://sourceforge.net/projects/dex2jar/;
- description = "convert dex to jar";
+ description = "Tools to work with android .dex and java .class files";
license = lib.licenses.asl20;
};
}