summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/grocy.xml
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-01-04 00:52:22 +0100
committerpennae <github@quasiparticle.net>2023-01-10 10:31:52 +0100
commit22144ba269f0dc9e7babe3d3720bfb5cc5330755 (patch)
treec3f939c04e0afe5db62123d161f87f10c066e62b /nixos/modules/services/web-apps/grocy.xml
parentd60f02b75353fd3a3c0537d04b9e0cd50a5ffb4c (diff)
downloadnixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.gz
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.bz2
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.lz
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.xz
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.zst
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.zip
nixos/manual: normalize <package> -> <literal>
markdown can only do <literal>, so normalize to that. without
auto-linking to a package index the distinction is not very useful anyway.
Diffstat (limited to 'nixos/modules/services/web-apps/grocy.xml')
-rw-r--r--nixos/modules/services/web-apps/grocy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/grocy.xml b/nixos/modules/services/web-apps/grocy.xml
index dc56f63f5de..025c08721c6 100644
--- a/nixos/modules/services/web-apps/grocy.xml
+++ b/nixos/modules/services/web-apps/grocy.xml
@@ -31,7 +31,7 @@
    </para>
    <para>
     The application's state is persisted at <literal>/var/lib/grocy/grocy.db</literal> in a
-    <package>sqlite3</package> database. The migration is applied when requesting the <literal>/</literal>-route
+    <literal>sqlite3</literal> database. The migration is applied when requesting the <literal>/</literal>-route
     of the application.
    </para>
   </section>