steamtinkerlaunch: add surfaceflinger to maintainers

This commit is contained in:
nat 2024-05-06 16:56:32 +02:00
parent 8b61c6a4ee
commit 3684009cfe
No known key found for this signature in database

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
mainProgram = "steamtinkerlaunch";
homepage = "https://github.com/sonic2kk/steamtinkerlaunch";
license = licenses.gpl3;
maintainers = with maintainers; [ urandom ];
maintainers = with maintainers; [ urandom surfaceflinger ];
platforms = lib.platforms.linux;
};
}