add platform and license to package metadata.
This commit is contained in:
parent
292ece425e
commit
4b6e67f6c4
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue