prusa-slicer, super-slicer, mediathekview: remove Moredread as mainta… (#354794)
This commit is contained in:
@@ -208,7 +208,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "G-code generator for 3D printer";
|
||||
homepage = "https://github.com/prusa3d/PrusaSlicer";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ moredread tweber tmarkus ];
|
||||
maintainers = with maintainers; [ tweber tmarkus ];
|
||||
platforms = platforms.unix;
|
||||
} // lib.optionalAttrs (stdenv.hostPlatform.isDarwin) {
|
||||
mainProgram = "PrusaSlicer";
|
||||
|
||||
@@ -88,7 +88,7 @@ let
|
||||
inherit description;
|
||||
homepage = "https://github.com/supermerill/SuperSlicer";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ cab404 moredread tmarkus ];
|
||||
maintainers = with maintainers; [ cab404 tmarkus ];
|
||||
mainProgram = "superslicer";
|
||||
};
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
license = licenses.gpl3Plus;
|
||||
mainProgram = "mediathek";
|
||||
maintainers = with maintainers; [ moredread ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user