amberol: add module

Amberol is a small and simple music player.
This commit is contained in:
nat 2024-04-21 18:53:24 +02:00 committed by Robert Helgesson
parent 1451d2866d
commit e866aae5bb
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
3 changed files with 93 additions and 1 deletions

View file

@ -1470,6 +1470,14 @@ in {
'';
}
{
time = "2024-03-28T17:02:19+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'services.amberol'.
'';
}
{
time = "2024-04-08T21:43:38+00:00";
message = ''
@ -1516,6 +1524,19 @@ in {
packages. See https://python-poetry.org/ for more.
'';
}
{
time = "2024-04-22T18:04:47+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'services.amberol'.
Amberol is a music player with no delusions of grandeur. If you just
want to play music available on your local system then Amberol is the
music player you are looking for. See https://apps.gnome.org/Amberol/
for more.
'';
}
];
};
}