summary refs log tree commit diff
path: root/pkgs/games/pro-office-calculator
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2020-10-25 20:13:18 +0700
committerBen Siraphob <bensiraphob@gmail.com>2020-10-25 20:13:18 +0700
commitc98962e1a3ccd6034989fe0f2f208beec349c742 (patch)
tree5f1044bf768c34e9717a602c235cae4ef6b996a0 /pkgs/games/pro-office-calculator
parentaa7977af2c0468eb4ab91cf9144564a70a1f08c8 (diff)
downloadnixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar.gz
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar.bz2
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar.lz
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar.xz
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar.zst
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.zip
treewide: remove periods from end of package descriptions
Diffstat (limited to 'pkgs/games/pro-office-calculator')
-rw-r--r--pkgs/games/pro-office-calculator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pro-office-calculator/default.nix b/pkgs/games/pro-office-calculator/default.nix
index 7a0e3bec78d..35571ff149a 100644
--- a/pkgs/games/pro-office-calculator/default.nix
+++ b/pkgs/games/pro-office-calculator/default.nix
@@ -15,7 +15,7 @@ mkDerivation rec {
   nativeBuildInputs = [ cmake ];
 
   meta = with stdenv.lib; {
-    description = "Just an ordinary calculator. Nothing to see here...";
+    description = "A completely normal office calculator";
     homepage = "https://proofficecalculator.com/";
     maintainers = [ maintainers.pmiddend ];
     platforms = platforms.linux;