runescape: add maintainer iedame

+8 -2
+8 -2
pkgs/by-name/ru/runescape/package.nix
··· 99 homepage = "https://www.runescape.com/"; 100 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 101 license = licenses.unfree; 102 - maintainers = with maintainers; [ grburst ]; 103 platforms = [ "x86_64-linux" ]; 104 }; 105 }; ··· 149 description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3"; 150 homepage = "https://www.runescape.com/"; 151 license = licenses.unfree; 152 - maintainers = with maintainers; [ grburst ]; 153 platforms = [ "x86_64-linux" ]; 154 }; 155 }
··· 99 homepage = "https://www.runescape.com/"; 100 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 101 license = licenses.unfree; 102 + maintainers = with maintainers; [ 103 + grburst 104 + iedame 105 + ]; 106 platforms = [ "x86_64-linux" ]; 107 }; 108 }; ··· 152 description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3"; 153 homepage = "https://www.runescape.com/"; 154 license = licenses.unfree; 155 + maintainers = with maintainers; [ 156 + grburst 157 + iedame 158 + ]; 159 platforms = [ "x86_64-linux" ]; 160 }; 161 }