about summary refs log tree commit diff
diff options
context:
space:
mode:
-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>