brogue: adopted by AndersonTorres and fgaz

This commit is contained in:
Anderson Torres
2023-11-12 21:17:24 +01:00
committed by Peter Hoeg
parent 84c5ad5cd5
commit bcec59d388
+1 -1
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" ];
};
}