Unverified Commit 9dfd48b9 authored by DontEatOreo's avatar DontEatOreo
Browse files

soundsource: add maintainer donteatoreo

parent 7e385c28
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;
  };
})