Unverified Commit d9896085 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

unciv: add maintainer iedame

parent bb16991f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
    description = "Open-source Android/Desktop remake of Civ V";
    mainProgram = "unciv";
    homepage = "https://github.com/yairm210/Unciv";
    maintainers = [ ];
    maintainers = with lib.maintainers; [ iedame ];
    sourceProvenance = with sourceTypes; [ binaryBytecode ];
    license = licenses.mpl20;
    platforms = platforms.all;