brogue: adopted by AndersonTorres and fgaz

This commit is contained in:
Anderson Torres 2023-11-11 20:26:11 -03:00 committed by Peter Hoeg
parent 84c5ad5cd5
commit bcec59d388

View file

@ -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" ];
};
}