Unverified Commit f3606fff authored by YoshiRulz's avatar YoshiRulz
Browse files

assetripper: Add ToasterUwU to maintainers

parent a5596aeb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -72,7 +72,10 @@ buildDotnetModule (finalAttrs: {
    homepage = "https://github.com/AssetRipper/AssetRipper";
    license = lib.licenses.gpl3Only;
    mainProgram = "AssetRipper";
    maintainers = with lib.maintainers; [ YoshiRulz ];
    maintainers = with lib.maintainers; [
      YoshiRulz
      toasteruwu
    ];
    platforms = lib.platforms.unix;
    sourceProvenance = with lib.sourceTypes; [
      fromSource