ut1999: add dwt as maintainer (#446731)

This commit is contained in:
Alexis Hildebrandt
2025-09-28 16:23:08 +00:00
committed by GitHub
+4 -1
View File
@@ -198,7 +198,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Unreal Tournament GOTY (1999) with the OldUnreal patch";
license = licenses.unfree;
platforms = attrNames srcs;
maintainers = with maintainers; [ eliandoran ];
maintainers = with maintainers; [
eliandoran
dwt
];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
mainProgram = "ut1999";
};