release-notes: properly close the item list

This commit is contained in:
Edward Tjörnhammar 2015-09-21 05:34:23 +02:00
parent 7bc8b1561e
commit 533a2799bc

View File

@ -22,18 +22,20 @@
the developers upstream. Use <command>wimenu</command> from the the developers upstream. Use <command>wimenu</command> from the
<command>wmii-hg</command> package. <command>wmii-hg</command> package.
</para></listitem> </para></listitem>
</itemizedlist>
<listitem><para>Gitit! Is no longer automatically added to the module list in <listitem><para>Gitit! Is no longer automatically added to the module list in
NixOS and as such there will not be any manual entries for it. You will need to NixOS and as such there will not be any manual entries for it. You will need to
add an import statement to your nixos configuration in order to use it. As add an import statement to your nixos configuration in order to use it. As
an example adding: an example adding:
<programlisting><![CDATA[ <programlisting><![CDATA[
{ {
imports = [ <nixos/modules/services/misc/gitit.nix> ]; imports = [ <nixos/modules/services/misc/gitit.nix> ];
} }
]]> ]]>
</programlisting> </programlisting>
Will include the gitit service configuration options. Will include the gitit service configuration options.
</para></listitem>
</itemizedlist>
</para> </para>
</section> </section>