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:
@@ -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'.
|
||||
'';
|
||||
}
|
||||
@@ -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)
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user