We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7694ae2 commit e7d05a5Copy full SHA for e7d05a5
pkgs/by-name/na/narsil/package.nix
@@ -51,7 +51,10 @@ stdenv.mkDerivation rec {
51
NarSil attempts to be an almost-faithful recreation of Sil 1.3.0,
52
but based on the codebase of modern Angband.
53
'';
54
- maintainers = with lib.maintainers; [ nanotwerp x123 ];
+ maintainers = with lib.maintainers; [
55
+ nanotwerp
56
+ x123
57
+ ];
58
license = lib.licenses.gpl2;
59
};
60
}
0 commit comments