summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-01-15 22:18:26 -0300
committerGitHub <noreply@github.com>2022-01-15 22:18:26 -0300
commitce6fd0d857b518f8794b37dd67ed4786af315609 (patch)
tree37a90cab74ba5b6216a9a4000e9345cc3ffad6b6 /nixos
parentca55d9bfba8b9ff29b713835458f718753eb7ea4 (diff)
parent155f315319cac7136db5f048b4341b34a370ae18 (diff)
downloadnixpkgs-ce6fd0d857b518f8794b37dd67ed4786af315609.tar
nixpkgs-ce6fd0d857b518f8794b37dd67ed4786af315609.tar.gz
nixpkgs-ce6fd0d857b518f8794b37dd67ed4786af315609.tar.bz2
nixpkgs-ce6fd0d857b518f8794b37dd67ed4786af315609.tar.lz
nixpkgs-ce6fd0d857b518f8794b37dd67ed4786af315609.tar.xz
nixpkgs-ce6fd0d857b518f8794b37dd67ed4786af315609.tar.zst
nixpkgs-ce6fd0d857b518f8794b37dd67ed4786af315609.zip
Merge pull request #154051 from starcraft66/polymc
polymc: init at 1.0.4

polymc substitutes multimc.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml16
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 18 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index f3bd0dfbdbc..9c914177ed6 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -334,6 +334,22 @@
           unmaintained
         </para>
       </listitem>
+      <listitem>
+        <para>
+          MultiMC has been replaced with the fork PolyMC due to upstream
+          developers being hostile to 3rd party package maintainers.
+          PolyMC removes all MultiMC branding and is aimed at providing
+          proper 3rd party packages like the one contained in Nixpkgs.
+          This change affects the data folder where game instances and
+          other save and configuration files are stored. Users with
+          existing installations should rename
+          <literal>~/.local/share/multimc</literal> to
+          <literal>~/.local/share/polymc</literal>. The main config
+          file’s path has also moved from
+          <literal>~/.local/share/multimc/multimc.cfg</literal> to
+          <literal>~/.local/share/polymc/polymc.cfg</literal>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-22.05-notable-changes">
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 58c8939feee..396a09692a7 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -107,6 +107,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - `pkgs.docbookrx` was removed since it's unmaintained
 
+- MultiMC has been replaced with the fork PolyMC due to upstream developers being hostile to 3rd party package maintainers. PolyMC removes all MultiMC branding and is aimed at providing proper 3rd party packages like the one contained in Nixpkgs. This change affects the data folder where game instances and other save and configuration files are stored. Users with existing installations should rename `~/.local/share/multimc` to `~/.local/share/polymc`. The main config file's path has also moved from `~/.local/share/multimc/multimc.cfg` to `~/.local/share/polymc/polymc.cfg`.
+
 ## Other Notable Changes {#sec-release-22.05-notable-changes}
 
 - The option [services.redis.servers](#opt-services.redis.servers) was added