about summary refs log tree commit diff
path: root/pkgs/shells/scponly/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/scponly/default.nix')
-rw-r--r--pkgs/shells/scponly/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/scponly/default.nix b/pkgs/shells/scponly/default.nix
index 41a09adf9e7c6..11cfee7b2d919 100644
--- a/pkgs/shells/scponly/default.nix
+++ b/pkgs/shells/scponly/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
   passthru.shellPath = "/bin/scponly";
 
   meta = with lib; {
-    description = "A shell that only permits scp and sftp-server";
+    description = "Shell that only permits scp and sftp-server";
     mainProgram = "scponly";
     homepage = "https://github.com/scponly/scponly";
     license = with licenses; [ bsd2 ];