summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/dex2jar/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-06 16:42:05 +0200
committermakefu <github@syntax-fehler.de>2017-08-06 16:42:05 +0200
commit9066499a8c0898f854cab7cb83f236213edce8b8 (patch)
tree13fa4351bc9fb65358133f3decd682feae4d5eb5 /makefu/5pkgs/dex2jar/default.nix
parent864488efaa6e13371b6b82905523ae773752436d (diff)
ma dex2jar: fix description
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;
};
}