summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/wordpress.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-12-15 23:57:17 +0000
committerAlyssa Ross <hi@alyssa.is>2019-12-15 23:57:17 +0000
commit6e6ec8b0c230c842ef853951cf51fa80a9382c5c (patch)
treec2f31552b39b1f9004cf727fa405b97c7506282e /nixos/modules/services/web-apps/wordpress.nix
parente56df97ba1341ba7a329c3e90b1c12572315c943 (diff)
parenta991de49f2aa3ab8716c73f6bfba722df23a3b50 (diff)
downloadnixpkgs-6e6ec8b0c230c842ef853951cf51fa80a9382c5c.tar
nixpkgs-6e6ec8b0c230c842ef853951cf51fa80a9382c5c.tar.gz
nixpkgs-6e6ec8b0c230c842ef853951cf51fa80a9382c5c.tar.bz2
nixpkgs-6e6ec8b0c230c842ef853951cf51fa80a9382c5c.tar.lz
nixpkgs-6e6ec8b0c230c842ef853951cf51fa80a9382c5c.tar.xz
nixpkgs-6e6ec8b0c230c842ef853951cf51fa80a9382c5c.tar.zst
nixpkgs-6e6ec8b0c230c842ef853951cf51fa80a9382c5c.zip
Merge remote-tracking branch 'nixpkgs/master' into master
Diffstat (limited to 'nixos/modules/services/web-apps/wordpress.nix')
-rw-r--r--nixos/modules/services/web-apps/wordpress.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/wordpress.nix b/nixos/modules/services/web-apps/wordpress.nix
index f1370c2854b..13d21a0b4ae 100644
--- a/nixos/modules/services/web-apps/wordpress.nix
+++ b/nixos/modules/services/web-apps/wordpress.nix
@@ -127,7 +127,7 @@ let
             <note><para>These themes need to be packaged before use, see example.</para></note>
           '';
           example = ''
-            # For shits and giggles, let's package the responsive theme
+            # Let's package the responsive theme
             responsiveTheme = pkgs.stdenv.mkDerivation {
               name = "responsive-theme";
               # Download the theme from the wordpress site