soundsource: add maintainer donteatoreo

This commit is contained in:
DontEatOreo 2024-09-24 13:47:53 +03:00
parent 7e385c2835
commit 9dfd48b9ab
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -30,7 +30,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://rogueamoeba.com/soundsource";
license = licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau ];
maintainers = with maintainers; [
emilytrau
donteatoreo
];
platforms = platforms.darwin;
};
})