summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorsfultong <sam.griffin@gmail.com>2014-08-20 23:02:16 -0400
committerSam Griffin <sam.griffin@gmail.com>2014-08-20 23:08:39 -0400
commitc54a8ed1d05091d12d8341dbee7843e348cc2576 (patch)
treea81a998feaca52e309ead4659adc1a2087589169 /nixos
parent81ad94ce5106c5ab7f31044b591a6d2b884c02c1 (diff)
downloadnixlib-c54a8ed1d05091d12d8341dbee7843e348cc2576.tar
nixlib-c54a8ed1d05091d12d8341dbee7843e348cc2576.tar.gz
nixlib-c54a8ed1d05091d12d8341dbee7843e348cc2576.tar.bz2
nixlib-c54a8ed1d05091d12d8341dbee7843e348cc2576.tar.lz
nixlib-c54a8ed1d05091d12d8341dbee7843e348cc2576.tar.xz
nixlib-c54a8ed1d05091d12d8341dbee7843e348cc2576.tar.zst
nixlib-c54a8ed1d05091d12d8341dbee7843e348cc2576.zip
Merge pull request #1 from sfultongv/sfultong-14.04
updating tomcat to version 7
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/tomcat.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/tomcat.nix b/nixos/modules/services/web-servers/tomcat.nix
index c2f464014ae6..2af249a8e961 100644
--- a/nixos/modules/services/web-servers/tomcat.nix
+++ b/nixos/modules/services/web-servers/tomcat.nix
@@ -5,7 +5,7 @@ with lib;
 let
 
   cfg = config.services.tomcat;
-  tomcat = pkgs.tomcat6;
+  tomcat = pkgs.tomcat7;
 in
 
 {