summary refs log tree commit diff
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-13 11:52:50 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit2646fd7c1b79fe6c332dbe4078677f0d2f7c897b (patch)
tree7d16b9556f4304cd96696127f27b3ed177444011
parenta4fdff515b59e3fd97537625f31044e00b6c71ab (diff)
downloadnixpkgs-2646fd7c1b79fe6c332dbe4078677f0d2f7c897b.tar
nixpkgs-2646fd7c1b79fe6c332dbe4078677f0d2f7c897b.tar.gz
nixpkgs-2646fd7c1b79fe6c332dbe4078677f0d2f7c897b.tar.bz2
nixpkgs-2646fd7c1b79fe6c332dbe4078677f0d2f7c897b.tar.lz
nixpkgs-2646fd7c1b79fe6c332dbe4078677f0d2f7c897b.tar.xz
nixpkgs-2646fd7c1b79fe6c332dbe4078677f0d2f7c897b.tar.zst
nixpkgs-2646fd7c1b79fe6c332dbe4078677f0d2f7c897b.zip
nixos/*: remove <productname>
no change to the rendered output, and we can't properly represent this
in markdown anyway.
-rw-r--r--nixos/modules/services/misc/geoipupdate.nix9
-rw-r--r--nixos/modules/services/web-apps/discourse.nix4
2 files changed, 4 insertions, 9 deletions
diff --git a/nixos/modules/services/misc/geoipupdate.nix b/nixos/modules/services/misc/geoipupdate.nix
index c2007f25fb3..041099ce510 100644
--- a/nixos/modules/services/misc/geoipupdate.nix
+++ b/nixos/modules/services/misc/geoipupdate.nix
@@ -12,8 +12,7 @@ in
   options = {
     services.geoipupdate = {
       enable = lib.mkEnableOption ''
-        periodic downloading of GeoIP databases using
-        <productname>geoipupdate</productname>.
+        periodic downloading of GeoIP databases using geoipupdate.
       '';
 
       interval = lib.mkOption {
@@ -37,8 +36,7 @@ in
           }
         '';
         description = ''
-          <productname>geoipupdate</productname> configuration
-          options. See
+          geoipupdate configuration options. See
           <link xlink:href="https://github.com/maxmind/geoipupdate/blob/main/doc/GeoIP.conf.md"/>
           for a full list of available options.
 
@@ -86,8 +84,7 @@ in
             LicenseKey = lib.mkOption {
               type = with lib.types; either path (attrsOf path);
               description = ''
-                A file containing the
-                <productname>MaxMind</productname> license key.
+                A file containing the MaxMind license key.
 
                 Always handled as a secret whether the value is
                 wrapped in a <literal>{ _secret = ...; }</literal>
diff --git a/nixos/modules/services/web-apps/discourse.nix b/nixos/modules/services/web-apps/discourse.nix
index 1e2326d8180..15b976e7564 100644
--- a/nixos/modules/services/web-apps/discourse.nix
+++ b/nixos/modules/services/web-apps/discourse.nix
@@ -495,9 +495,7 @@ in
           ];
         '';
         description = ''
-          Plugins to install as part of
-          <productname>Discourse</productname>, expressed as a list of
-          derivations.
+          Plugins to install as part of Discourse, expressed as a list of derivations.
         '';
       };