Commit 6e44ea53 authored by x123's avatar x123
Browse files

narsil: add x123 as maintainer

parent 7640cf52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
      NarSil attempts to be an almost-faithful recreation of Sil 1.3.0,
      but based on the codebase of modern Angband.
    '';
    maintainers = with lib.maintainers; [ nanotwerp ];
    maintainers = with lib.maintainers; [ nanotwerp x123 ];
    license = lib.licenses.gpl2;
  };
}