lol

shogihome: correct startupWMClass (#415822)

authored by

Aleksana and committed by
GitHub
9130e210 ce8929b7

+5 -1
+5 -1
pkgs/by-name/sh/shogihome/package.nix
··· 117 117 genericName = "Shogi Frontend"; 118 118 comment = finalAttrs.meta.description; 119 119 categories = [ "Game" ]; 120 - startupWMClass = "ShogiHome"; 120 + 121 + # The project was renamed "shogihome" from "electron-shogi." 122 + # Some references to "electron-shogi" remain for compatibility. 123 + # ref: https://github.com/sunfish-shogi/shogihome/commit/e5bbc4d43d231df23ac31c655adb64e11890993e 124 + startupWMClass = "electron-shogi"; 121 125 }) 122 126 ]; 123 127