Merge pull request #31503 from black-puppydog/patch-1

typo
This commit is contained in:
Jörg Thalheim
2017-11-10 23:03:35 +00:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Assember for the Atmel AVR microcontroller family";
description = "Assembler for the Atmel AVR microcontroller family";
homepage = http://avra.sourceforge.net/;
license = licenses.gpl2Plus;
platforms = platforms.all;