mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Merge pull request #266904 from robert-manchester/maintainer_leave
remove myself from maintainers list
This commit is contained in:
commit
b07a29c8fc
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user