simavr: add Patryk27 as maintainer (#465994)
This commit is contained in:
@@ -21,6 +21,7 @@ let
|
||||
avrSuffixSalt = avrgcc.suffixSalt;
|
||||
};
|
||||
} ./setup-hook-darwin.sh;
|
||||
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "simavr";
|
||||
@@ -68,7 +69,10 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/buserror/simavr";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ goodrone ];
|
||||
};
|
||||
|
||||
maintainers = with maintainers; [
|
||||
goodrone
|
||||
patryk27
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user