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

lugaru: add maintainer iedame

parent 8af2600b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };