angband: add kenran to maintainers

This commit is contained in:
Johannes Maier 2022-09-13 08:49:21 +02:00
parent f225cf43f6
commit 9c1bc56fdd

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://angband.github.io/angband";
description = "A single-player roguelike dungeon exploration game";
maintainers = [ ];
maintainers = [ maintainers.kenran ];
license = licenses.gpl2;
};
}