treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
version = "0.2";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Manipulate the scancode/keycode translation tables of keyboard drivers.";
|
||||
description = "Manipulate the scancode/keycode translation tables of keyboard drivers";
|
||||
homepage = "http://0pointer.de/lennart/projects/keyfuzz/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user