diff --git a/pkgs/applications/office/softmaker/generic.nix b/pkgs/applications/office/softmaker/generic.nix index b92a994bd701..e98dd238b55f 100644 --- a/pkgs/applications/office/softmaker/generic.nix +++ b/pkgs/applications/office/softmaker/generic.nix @@ -154,12 +154,12 @@ stdenv.mkDerivation { desktopItems = builtins.attrValues desktopItems; - meta = with lib; { + meta = { description = "Office suite with a word processor, spreadsheet and presentation program"; homepage = "https://www.softmaker.com/"; - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; - license = licenses.unfree; - maintainers = [ ]; + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; + license = lib.licenses.unfree; + maintainers = with lib.maintainers; [ liberodark ]; platforms = [ "x86_64-linux" ]; }; }