maintainers: remove dsferruzza (#521451)

This commit is contained in:
Yohann Boniface
2026-05-25 11:01:45 +00:00
committed by GitHub
2 changed files with 1 additions and 10 deletions
-6
View File
@@ -7354,12 +7354,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";
+1 -4
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;
};
})