Merge pull request #191017 from kenranunderscore/add-angband-maintainer

angband: add kenran to maintainers
This commit is contained in:
Bobby Rong
2022-09-13 15:21:51 +08:00
committed by GitHub
+1 -1
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;
};
}