Unverified Commit 34f84251 authored by Alexis Hildebrandt's avatar Alexis Hildebrandt Committed by GitHub
Browse files

ut1999: add dwt as maintainer (#446731)

parents 95b10892 72fbbf6a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };