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

libtcod: adopted by AndersonTorres

parent 10d9b249
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ stdenv.mkDerivation {
    homepage = "http://roguecentral.org/doryen/libtcod/";
    license = lib.licenses.bsd3;
    platforms = lib.platforms.linux;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ AndersonTorres ];
  };
}