forked from mirrors/nixpkgs
arduino: set meta.platforms and add myself as maintainer
This commit is contained in:
parent
c6c1aa11f8
commit
daec5d6f25
|
@ -54,10 +54,11 @@ stdenv.mkDerivation rec {
|
|||
"$out/share/arduino/hardware/tools/avrdude"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open-source electronics prototyping platform";
|
||||
homepage = http://arduino.cc/;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.antono stdenv.lib.maintainers.robberer ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ antono robberer bjornfor ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue