Unverified Commit a115c657 authored by Michael Daniels's avatar Michael Daniels
Browse files

coreutils: add mdaniels5757 as co-maintainer

parent c35d2fcb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -273,7 +273,10 @@ stdenv.mkDerivation rec {
      are expected to exist on every operating system.
    '';
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ das_j ];
    maintainers = with lib.maintainers; [
      das_j
      mdaniels5757
    ];
    platforms = with lib.platforms; unix ++ windows;
    priority = 10;
  };