simavr: add Patryk27 as maintainer (#465994)

This commit is contained in:
Aleksana
2025-11-29 01:39:19 +00:00
committed by GitHub
+6 -2
View File
@@ -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
];
};
}