ut1999: add dwt as maintainer (#446731)

Changed files
+4 -1
pkgs
by-name
ut
ut1999
+4 -1
pkgs/by-name/ut/ut1999/package.nix
···
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";
};