unciv: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-10-17 02:51:15 -03:00
parent bb16991f5f
commit d9896085be
+1 -1
View File
@@ -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;