add platform and license to package metadata.

This commit is contained in:
Corey O'Connor 2014-02-27 10:29:59 -08:00
parent 292ece425e
commit 4b6e67f6c4
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
meta = {
description = "An extendable open source continuous integration server.";
homepage = http://jenkins-ci.org;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.coconnor ];
};