doc: add services.linyaps to 25.11 release notes (#445751)

rewine b56976b4 97038487

Changed files
+6 -1
nixos
doc
manual
release-notes
pkgs
by-name
li
linyaps
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···
- [LibreTranslate](https://libretranslate.com), a free and open source machine translation API. Available as [services.libretranslate](#opt-services.libretranslate.enable).
+
- [Linyaps](https://linyaps.org.cn/), a cross-distribution package manager with sandboxed apps and shared runtime. Available as [services.linyaps](#opt-services.linyaps.enable).
+
- [tlsrpt-reporter](https://github.com/sys4/tlsrpt-reporter), an application suite to generate and deliver TLSRPT reports. Available as [services.tlsrpt](#opt-services.tlsrpt.enable).
- [Chhoto URL](https://github.com/SinTan1729/chhoto-url), a simple, blazingly fast, selfhosted URL shortener with no unnecessary features, written in Rust. Available as [services.chhoto-url](#opt-services.chhoto-url.enable).
+4 -1
pkgs/by-name/li/linyaps/package.nix
···
license = lib.licenses.lgpl3Plus;
platforms = lib.platforms.linux;
mainProgram = "ll-cli";
-
maintainers = with lib.maintainers; [ wineee ];
+
maintainers = with lib.maintainers; [
+
wineee
+
hhr2020
+
];
};
})