squeezelite: update maintainers list

This commit is contained in:
Adam Stephens 2022-10-28 09:48:07 -04:00
parent f71605b0b8
commit e96af03d86
No known key found for this signature in database

View file

@ -82,7 +82,7 @@ stdenv.mkDerivation {
description = "Lightweight headless squeezebox client emulator";
homepage = "https://github.com/ralph-irving/squeezelite";
license = with licenses; [ gpl3Plus ] ++ optional dsdSupport bsd2;
maintainers = with maintainers; [ samdoshi ];
maintainers = with maintainers; [ adamcstephens ];
platforms = platforms.linux;
};
}