about summary refs log tree commit diff
path: root/pkgs/applications/misc/grb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/grb/default.nix')
-rw-r--r--pkgs/applications/misc/grb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/grb/default.nix b/pkgs/applications/misc/grb/default.nix
index 9d4774b42a2cf..48caa482bb753 100644
--- a/pkgs/applications/misc/grb/default.nix
+++ b/pkgs/applications/misc/grb/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    description = "A cli-accessible Greek Bible with the Septuagint, SBL and Apocrypha";
+    description = "Cli-accessible Greek Bible with the Septuagint, SBL and Apocrypha";
     homepage = "https://github.com/LukeSmithxyz/grb";
     license = licenses.publicDomain;
     maintainers = [ maintainers.cafkafk ];