wpsoffice: update description, homepage
This commit is contained in:
parent
df3d560999
commit
3e3d07997d
@ -55,13 +55,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook wrapQtAppsHook ];
|
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook wrapQtAppsHook ];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Office program originally named Kingsoft Office";
|
description = "Office suite, formerly Kingsoft Office";
|
||||||
homepage = "http://wps-community.org/";
|
homepage = "https://www.wps.com/";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
license = lib.licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = with lib.maintainers; [ mlatus th0rgal ];
|
maintainers = with maintainers; [ mlatus th0rgal ];
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with xorg; [
|
buildInputs = with xorg; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user