Unverified Commit 5851afd2 authored by Alexandre Esteves's avatar Alexandre Esteves Committed by GitHub
Browse files

redu: add drdo as maintainer (#491141)

parents 7acb77d1 bd500b43
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -7095,6 +7095,12 @@
    githubId = 69208565;
    name = "Clément Boillot";
  };
  drdo = {
    email = "drdo@drdo.eu";
    github = "drdo";
    githubId = 446083;
    name = "Daniel Rebelo de Oliveira";
  };
  drets = {
    email = "dmitryrets@gmail.com";
    github = "drets";
+4 −1
Original line number Diff line number Diff line
@@ -28,7 +28,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
    homepage = "https://github.com/drdo/redu";
    changelog = "https://github.com/drdo/redu/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ alexfmpe ];
    maintainers = with lib.maintainers; [
      alexfmpe
      drdo
    ];
    mainProgram = "redu";
  };
})