summary refs log tree commit diff
path: root/pkgs/servers/pinnwand/steck.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/pinnwand/steck.nix')
-rw-r--r--pkgs/servers/pinnwand/steck.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/pinnwand/steck.nix b/pkgs/servers/pinnwand/steck.nix
index 09b20efc36e..90f7d6b49f5 100644
--- a/pkgs/servers/pinnwand/steck.nix
+++ b/pkgs/servers/pinnwand/steck.nix
@@ -24,7 +24,7 @@ python3Packages.buildPythonApplication rec {
   meta = with lib; {
     homepage = "https://github.com/supakeen/steck";
     license = licenses.mit;
-    description = "Client for pinnwand pastebin.";
+    description = "Client for pinnwand pastebin";
     maintainers = with maintainers; [ hexa ];
   };
 }