Merge pull request #1 from sfultongv/sfultong-14.04

updating tomcat to version 7
This commit is contained in:
sfultong
2014-08-20 23:08:39 -04:00
committed by Sam Griffin
parent 81ad94ce51
commit c54a8ed1d0
5 changed files with 38 additions and 23 deletions
@@ -5,7 +5,7 @@ with lib;
let
cfg = config.services.tomcat;
tomcat = pkgs.tomcat6;
tomcat = pkgs.tomcat7;
in
{