summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2018-01-08 18:14:20 +0100
committerRobin Gloster <mail@glob.in>2018-01-09 01:31:06 +0100
commit637d5dd00cb2a2a556f4175ae21423351dc6e0c1 (patch)
treef2768298d86c5f94292075a125d0302abe34b35f /nixos
parent3498654f27ebd452b8ab451c9f1e241400e44551 (diff)
downloadnixlib-637d5dd00cb2a2a556f4175ae21423351dc6e0c1.tar
nixlib-637d5dd00cb2a2a556f4175ae21423351dc6e0c1.tar.gz
nixlib-637d5dd00cb2a2a556f4175ae21423351dc6e0c1.tar.bz2
nixlib-637d5dd00cb2a2a556f4175ae21423351dc6e0c1.tar.lz
nixlib-637d5dd00cb2a2a556f4175ae21423351dc6e0c1.tar.xz
nixlib-637d5dd00cb2a2a556f4175ae21423351dc6e0c1.tar.zst
nixlib-637d5dd00cb2a2a556f4175ae21423351dc6e0c1.zip
tomcat9: 9.0.0.M17 -> 9.0.2
also renamed from tomcatUnstable to tomcat9
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 943415e08c64..0b2e5c0b69d9 100644
--- a/nixos/modules/services/web-servers/tomcat.nix
+++ b/nixos/modules/services/web-servers/tomcat.nix
@@ -29,7 +29,7 @@ in
         type = types.package;
         default = pkgs.tomcat85;
         defaultText = "pkgs.tomcat85";
-        example = lib.literalExample "pkgs.tomcatUnstable";
+        example = lib.literalExample "pkgs.tomcat9";
         description = ''
           Which tomcat package to use.
         '';