about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/misc/grb
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/misc/grb')
-rw-r--r--nixpkgs/pkgs/applications/misc/grb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/misc/grb/default.nix b/nixpkgs/pkgs/applications/misc/grb/default.nix
index 9d4774b42a2c..48caa482bb75 100644
--- a/nixpkgs/pkgs/applications/misc/grb/default.nix
+++ b/nixpkgs/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 ];