lugaru: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-10-17 02:49:43 -03:00
parent 8af2600b43
commit bb16991f5f
+1 -1
View File
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
description = "Third person ninja rabbit fighting game";
mainProgram = "lugaru";
homepage = "https://osslugaru.gitlab.io";
maintainers = [ ];
maintainers = with lib.maintainers; [ iedame ];
platforms = platforms.linux;
license = licenses.gpl2Plus;
};