treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -20,7 +20,7 @@ buildPythonApplication rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/pycampers/ampy";
|
||||
license = licenses.mit;
|
||||
description = "Utility to interact with a MicroPython board over a serial connection.";
|
||||
description = "Utility to interact with a MicroPython board over a serial connection";
|
||||
maintainers = with maintainers; [ etu ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user