softmaker-{office,nx}: add liberodark to maintainers

+4 -4
+4 -4
pkgs/applications/office/softmaker/generic.nix
··· 154 155 desktopItems = builtins.attrValues desktopItems; 156 157 - meta = with lib; { 158 description = "Office suite with a word processor, spreadsheet and presentation program"; 159 homepage = "https://www.softmaker.com/"; 160 - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 161 - license = licenses.unfree; 162 - maintainers = [ ]; 163 platforms = [ "x86_64-linux" ]; 164 }; 165 }
··· 154 155 desktopItems = builtins.attrValues desktopItems; 156 157 + meta = { 158 description = "Office suite with a word processor, spreadsheet and presentation program"; 159 homepage = "https://www.softmaker.com/"; 160 + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 161 + license = lib.licenses.unfree; 162 + maintainers = with lib.maintainers; [ liberodark ]; 163 platforms = [ "x86_64-linux" ]; 164 }; 165 }