mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
prusa-slicer, super-slicer, mediathekview: remove Moredread as maintainer
This commit is contained in:
parent
d2d4c4f350
commit
b89f8a710d
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user