xdvdfs-cli: remove federicoschonborn from maintainers

Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
(cherry picked from commit 135bca15a7)
This commit is contained in:
Federico Damián Schonborn
2025-09-07 14:34:19 -03:00
committed by Wolfgang Walther
parent 0b0b3ea36b
commit b17678fbbc

View File

@@ -35,6 +35,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/antangelo/xdvdfs"; homepage = "https://github.com/antangelo/xdvdfs";
changelog = "https://github.com/antangelo/xdvdfs/releases/tag/v${finalAttrs.version}"; changelog = "https://github.com/antangelo/xdvdfs/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ federicoschonborn ]; maintainers = with lib.maintainers; [ ];
}; };
}) })