Paul <p...@denknerd.org> skribis: > commit a5cb9a83fc72934a552897e5ebbf22b2a2250b00 > Author: Paul van der Walt <p...@denknerd.org> > Date: Wed Oct 21 15:52:15 2015 +0200 > > gnu: Hackage import script: Fix grammar. > > Minor clarification regarding the test-dependencies command line option. > > * guix/scripts/import/hackage.scm (show-help): Minor grammatical fix.
A minor point, but the convention would be something like: “import: hackage: Fix grammar.” The “gnu:” prefix is for packages (although it looks weird nowadays.) A good way to find out what the convention is is to ‘C-x v l’ in the modified file to view previous commit entries. Ludo’.