maven: add meta attributes (description, homepage, license)
This commit is contained in:
parent
24f3fb6788
commit
d3ae8086c4
@ -15,4 +15,10 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
inherit jdk;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Build automation tool (used primarily for Java projects)";
|
||||
homepage = http://maven.apache.org/;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user