soundsource: add maintainer donteatoreo
This commit is contained in:
parent
7e385c2835
commit
9dfd48b9ab
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user