about summary refs log tree commit diff
path: root/pkgs/tools/security/ctmg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/ctmg/default.nix')
-rw-r--r--pkgs/tools/security/ctmg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ctmg/default.nix b/pkgs/tools/security/ctmg/default.nix
index 81d57513aac37..63c9004bcbc9f 100644
--- a/pkgs/tools/security/ctmg/default.nix
+++ b/pkgs/tools/security/ctmg/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   installPhase = "install -D ctmg.sh $out/bin/ctmg";
 
   meta = with lib; {
-    description = "An encrypted container manager for Linux using cryptsetup";
+    description = "Encrypted container manager for Linux using cryptsetup";
     homepage = "https://git.zx2c4.com/ctmg/about/";
     license = licenses.isc;
     maintainers = with maintainers; [ mrVanDalo ];