dino: remove tomfitzhenry@ as maintainer (#375296)

This commit is contained in:
Jörg Thalheim
2025-01-20 13:33:15 +01:00
committed by GitHub
@@ -125,6 +125,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/dino/dino";
license = licenses.gpl3Plus;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ qyliss tomfitzhenry ];
maintainers = with maintainers; [ qyliss ];
};
})