about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-12-29 01:40:50 +0100
committerNaïm Favier <n@monade.li>2022-12-29 01:40:50 +0100
commit22ea90a4d87b33101a72c2eff633472fb2e59171 (patch)
treefc40192c8a47dfea9ba8581fb762f491541cee59 /pkgs
parente98047818ecfa327aebc82733fd96800b0d344cb (diff)
.editorconfig: apply trailing whitespace removal
editorconfig-checker -disable-indent-size **/*.md
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/nextcloud/packages/README.md4
-rw-r--r--pkgs/servers/web-apps/wordpress/packages/README.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/servers/nextcloud/packages/README.md b/pkgs/servers/nextcloud/packages/README.md
index 412fddf3f6a9f..452dc4c62ae22 100644
--- a/pkgs/servers/nextcloud/packages/README.md
+++ b/pkgs/servers/nextcloud/packages/README.md
@@ -13,9 +13,9 @@ for example `breezedark` for the app with the url
 
 To regenerate the nixpkgs nextcloudPackages set, run:
 
-``` 
+```
 ./generate.sh
-``` 
+```
 
 After that you can commit and submit the changes.
 
diff --git a/pkgs/servers/web-apps/wordpress/packages/README.md b/pkgs/servers/web-apps/wordpress/packages/README.md
index bb9dc033f3b32..6ca50e1d9c4af 100644
--- a/pkgs/servers/web-apps/wordpress/packages/README.md
+++ b/pkgs/servers/web-apps/wordpress/packages/README.md
@@ -18,9 +18,9 @@ For available translations and language codes see [upstream translation reposito
 
 To regenerate the nixpkgs wordpressPackages set, run:
 
-``` 
+```
 ./generate.sh
-``` 
+```
 
 After that you can commit and submit the changes.
 
@@ -29,7 +29,7 @@ After that you can commit and submit the changes.
 The plugins will be available in the namespace `wordpressPackages.plugins`.
 Using it together with the Wordpress module could look like this:
 
-``` 
+```
 services.wordpress = {
   sites."blog.${config.networking.domain}" = {
     plugins = with pkgs.wordpressPackages.plugins; [