Skip to content

Commit

Permalink
GRV: Fix typos in description
Browse files Browse the repository at this point in the history
(cherry picked from commit 1bb4b16)
  • Loading branch information
alexherbo2 authored and Mic92 committed Oct 4, 2018
1 parent 8dae912 commit b4d7324
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ buildGo19Package {
buildFlagsArray = [ "-ldflags=" "-X main.version=${version}" ];

meta = with stdenv.lib; {
description = " GRV is a terminal interface for viewing git repositories";
description = "GRV is a terminal interface for viewing Git repositories";
homepage = https://github.com/rgburke/grv;
license = licenses.gpl3;
platforms = platforms.unix;
Expand Down

0 comments on commit b4d7324

Please sign in to comment.