Commit f8bd7871 authored by Anderson Torres's avatar Anderson Torres Committed by Peter Hoeg
Browse files

brogue-ce: add AndersonTorres as maintainer

Because I am already a mantainer for Brogue Classic.
parent bcec59d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
    description = "A community-lead fork of the minimalist roguelike game Brogue";
    homepage = "https://github.com/tmewett/BrogueCE";
    license = licenses.agpl3;
    maintainers = with maintainers; [ fgaz ];
    maintainers = with maintainers; [ AndersonTorres fgaz ];
    platforms = platforms.all;
  };
}