maintainers: remove chaduffy (#533415)

This commit is contained in:
Yohann Boniface 2026-06-22 18:59:41 +00:00 committed by GitHub
commit 88521e2472
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 16 deletions

View file

@ -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";

View file

@ -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 = [ ];
};
})

View file

@ -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 ];
};
})

View file

@ -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";
};
})

View file

@ -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 ];
};
})