mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: remove chaduffy (#533415)
This commit is contained in:
commit
88521e2472
5 changed files with 4 additions and 16 deletions
|
|
@ -4744,12 +4744,6 @@
|
|||
githubId = 32384814;
|
||||
name = "Nikita Mitasov";
|
||||
};
|
||||
chaduffy = {
|
||||
email = "charles@dyfis.net";
|
||||
github = "charles-dyfis-net";
|
||||
githubId = 22370;
|
||||
name = "Charles Duffy";
|
||||
};
|
||||
changlinli = {
|
||||
email = "mail@changlinli.com";
|
||||
github = "changlinli";
|
||||
|
|
|
|||
|
|
@ -79,6 +79,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
longDescription = "Best-Effort Extent-Same: bees finds not just identical files, but also identical extents within files that differ";
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ chaduffy ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -62,9 +62,6 @@ buildGoModule (finalAttrs: {
|
|||
homepage = "https://github.com/folbricht/desync";
|
||||
changelog = "https://github.com/folbricht/desync/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
chaduffy
|
||||
matshch
|
||||
];
|
||||
maintainers = with lib.maintainers; [ matshch ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
homepage = "https://freeplane.org/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ chaduffy ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "freeplane";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -29,9 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Terminal interaction recorder and player";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
chaduffy
|
||||
zimbatm
|
||||
];
|
||||
maintainers = with lib.maintainers; [ zimbatm ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue