maintainers: remove dsferruzza

(cherry picked from commit 15ee393152)
This commit is contained in:
Ryan Omasta
2026-05-17 23:40:37 -06:00
committed by github-actions[bot]
parent 58130249c9
commit bb7f9a16ec
2 changed files with 1 additions and 10 deletions

View File

@@ -7094,12 +7094,6 @@
github = "DSeeLP";
githubId = 46624152;
};
dsferruzza = {
email = "david.sferruzza@gmail.com";
github = "dsferruzza";
githubId = 1931963;
name = "David Sferruzza";
};
dsluijk = {
name = "Dany Sluijk";
email = "nix@dany.dev";

View File

@@ -74,10 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
asl20 # and
unfree # TrueCrypt License version 3.0
];
maintainers = with lib.maintainers; [
dsferruzza
ryand56
];
maintainers = [ lib.maintainers.ryand56 ];
platforms = lib.platforms.linux;
};
})