Unverified Commit b07a29c8 authored by Pierre Bourdon's avatar Pierre Bourdon Committed by GitHub
Browse files

Merge pull request #266904 from robert-manchester/maintainer_leave

remove myself from maintainers list
parents 18cb9535 f3d5d725
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -15264,12 +15264,6 @@
    githubId = 496447;
    name = "Robert Hensing";
  };
  robert-manchester = {
    email = "robert.manchester@gmail.com";
    github = "robert-manchester";
    githubId = 86313040;
    name = "Robert Manchester";
  };
  robertodr = {
    email = "roberto.diremigio@gmail.com";
    github = "robertodr";
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
      diff regions to achieve exactly the merge output desired.
    '';
    mainProgram = "tkdiff";
    maintainers = with lib.maintainers; [ robert-manchester ];
    maintainers = with lib.maintainers; [ mikaelfangel ];
    platforms = tk.meta.platforms;
  };
})