about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorGetPsyched <priyanshu@getpsyched.dev>2024-01-08 10:59:45 +0530
committerBjørn Forsman <bjorn.forsman@gmail.com>2024-01-09 17:12:31 +0100
commitf98ec4f73c762223d62bee706726138cb6ea27cc (patch)
tree0cce65fcb004201d001559e903b550eec3606453 /pkgs/tools/inputmethods
parent3eb1c0f84355e457ef32e2d8c8c637531901e258 (diff)
downloadnixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar.gz
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar.bz2
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar.lz
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar.xz
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar.zst
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.zip
treewide: update meta.description to fit the guidelines
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/interception-tools/dual-function-keys.nix2
-rw-r--r--pkgs/tools/inputmethods/keyd/default.nix2
-rw-r--r--pkgs/tools/inputmethods/remote-touchpad/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/inputmethods/interception-tools/dual-function-keys.nix b/pkgs/tools/inputmethods/interception-tools/dual-function-keys.nix
index 34dde4dc7429..bd06d07b4170 100644
--- a/pkgs/tools/inputmethods/interception-tools/dual-function-keys.nix
+++ b/pkgs/tools/inputmethods/interception-tools/dual-function-keys.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://gitlab.com/interception/linux/plugins/dual-function-keys";
-    description = "Tap for one key, hold for another.";
+    description = "Tap for one key, hold for another";
     license = licenses.mit;
     maintainers = with maintainers; [ svend ];
     platforms = platforms.linux;
diff --git a/pkgs/tools/inputmethods/keyd/default.nix b/pkgs/tools/inputmethods/keyd/default.nix
index a059be9a0f9d..a3df8d44cec8 100644
--- a/pkgs/tools/inputmethods/keyd/default.nix
+++ b/pkgs/tools/inputmethods/keyd/default.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation {
   passthru.tests.keyd = nixosTests.keyd;
 
   meta = with lib; {
-    description = "A key remapping daemon for linux.";
+    description = "A key remapping daemon for Linux";
     license = licenses.mit;
     maintainers = with maintainers; [ peterhoeg ];
     platforms = platforms.linux;
diff --git a/pkgs/tools/inputmethods/remote-touchpad/default.nix b/pkgs/tools/inputmethods/remote-touchpad/default.nix
index 7ef25a43ec84..b4e781575e3c 100644
--- a/pkgs/tools/inputmethods/remote-touchpad/default.nix
+++ b/pkgs/tools/inputmethods/remote-touchpad/default.nix
@@ -24,7 +24,7 @@ buildGoModule rec {
   vendorHash = "sha256-UX366UWROeorwYV4l1A3R03J10Gm7EajM+wEczIJEJM=";
 
   meta = with lib; {
-    description = "Control mouse and keyboard from the webbrowser of a smartphone.";
+    description = "Control mouse and keyboard from the web browser of a smartphone";
     homepage = "https://github.com/unrud/remote-touchpad";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ schnusch ];