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

brogue: adopted by AndersonTorres and fgaz

parent 84c5ad5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
    description = "A roguelike game";
    homepage = "https://sites.google.com/site/broguegame/";
    license = licenses.agpl3;
    maintainers = [ ];
    maintainers =  with maintainers; [ AndersonTorres fgaz ];
    platforms = [ "x86_64-linux" ];
  };
}