about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-03 14:35:57 +0100
committerGitHub <noreply@github.com>2023-12-03 14:35:57 +0100
commitf5f2b471f39196131ebda426656d709a2d1dadf8 (patch)
tree5cacde6217c72bb8b9a04141ab3a8b5c1ae4144a /nixos/doc
parent0b62f5adfd6635f8013d800ceb0cf39411a8216f (diff)
parent8a2c07ba4051260104a9d4163b517d695a42b229 (diff)
downloadnixlib-f5f2b471f39196131ebda426656d709a2d1dadf8.tar
nixlib-f5f2b471f39196131ebda426656d709a2d1dadf8.tar.gz
nixlib-f5f2b471f39196131ebda426656d709a2d1dadf8.tar.bz2
nixlib-f5f2b471f39196131ebda426656d709a2d1dadf8.tar.lz
nixlib-f5f2b471f39196131ebda426656d709a2d1dadf8.tar.xz
nixlib-f5f2b471f39196131ebda426656d709a2d1dadf8.tar.zst
nixlib-f5f2b471f39196131ebda426656d709a2d1dadf8.zip
Merge pull request #271437 from martinetd/ankisyncd-deprecation
ankisyncd: mark module as deprecated
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 20e310f25ce4..bfd4bcee63d3 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -19,6 +19,7 @@ In addition to numerous new and upgraded packages, this release has the followin
 - [maubot](https://github.com/maubot/maubot), a plugin-based Matrix bot framework. Available as [services.maubot](#opt-services.maubot.enable).
 
 - [Anki Sync Server](https://docs.ankiweb.net/sync-server.html), the official sync server built into recent versions of Anki. Available as [services.anki-sync-server](#opt-services.anki-sync-server.enable).
+The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been marked deprecated and will be dropped after 24.05 due to lack of maintenance of the anki-sync-server softwares.
 
 - [Clevis](https://github.com/latchset/clevis), a pluggable framework for automated decryption, used to unlock encrypted devices in initrd. Available as [boot.initrd.clevis.enable](#opt-boot.initrd.clevis.enable).