tomcat: add danbst as maintainer

This commit is contained in:
danbst
2016-09-09 18:29:12 +02:00
committed by Bjørn Forsman
parent 8511ddc89a
commit a01d4ee3f4
3 changed files with 10 additions and 3 deletions
+5 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ stdenv, lib, fetchurl }:
let
@@ -21,9 +21,11 @@ let
'';
meta = {
homepage = http://tomcat.apache.org/;
homepage = https://tomcat.apache.org/;
description = "An implementation of the Java Servlet and JavaServer Pages technologies";
platforms = with stdenv.lib.platforms; all;
platforms = with lib.platforms; all;
maintainers = with lib.maintainers; [ danbst ];
license = [ lib.licenses.asl20 ];
};
});