news: remove duplicate module announcements

Drop sparse duplicate entries for amberol and mpdscribble while keeping the richer platform-gated announcements.
This commit is contained in:
Austin Horstman 2026-06-19 16:33:27 -05:00
parent 5bf17310cf
commit 8f3bc61192
2 changed files with 0 additions and 20 deletions

View file

@ -1,10 +0,0 @@
{ pkgs, ... }:
{
time = "2024-03-28T17:02:19+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: 'services.amberol'.
'';
}

View file

@ -1,10 +0,0 @@
{
time = "2025-01-02T11:21:19+00:00";
condition = true;
message = ''
A new module is available: 'services.mpdscribble'.
A MPD client which submits information about tracks being played to a
scrobbler (e.g. last.fm)
'';
}