tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
typo
authored by
Daan Wynen
and committed by
GitHub
8 years ago
131676ff
24e87b49
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
avra
default.nix
+1
-1
pkgs/development/compilers/avra/default.nix
···
20
20
'';
21
21
22
22
meta = with stdenv.lib; {
23
23
-
description = "Assember for the Atmel AVR microcontroller family";
23
23
+
description = "Assembler for the Atmel AVR microcontroller family";
24
24
homepage = http://avra.sourceforge.net/;
25
25
license = licenses.gpl2Plus;
26
26
platforms = platforms.all;