about summary refs log tree commit diff
path: root/doc/package-notes.xml
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2018-07-23 11:48:11 +0200
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-07-23 10:48:11 +0100
commit9e1e63ce0e9db6411e0534dadaa71594783a9ed5 (patch)
tree983dc3fb471e1f5edcdd4ad39809241ed4339785 /doc/package-notes.xml
parent607ae1df1b7ae66baa95bca24bc28ea859a903b9 (diff)
doc: add missing semicolon to weechat example (#44003)
Diffstat (limited to 'doc/package-notes.xml')
-rw-r--r--doc/package-notes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index a6347bfdebaf1..68d8f18e75acb 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -689,7 +689,7 @@ overrides = super: self: rec {
     plugins = with availablePlugins; [
             (python.withPackages (ps: with ps; [ pycrypto python-dbus ]))
         ];
-    }
+    };
 }
 </programlisting>
   </para>