mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
dwarf-fortress,dwarf-fortress.dfhack: add ncfavier as maintainer
This commit is contained in:
parent
ab693c7592
commit
a515239b52
|
@ -166,6 +166,6 @@ in
|
|||
homepage = "https://github.com/DFHack/dfhack/";
|
||||
license = licenses.zlib;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
maintainers = with maintainers; [ robbinch a1russell abbradar numinit ];
|
||||
maintainers = with maintainers; [ robbinch a1russell abbradar numinit ncfavier ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -104,6 +104,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://www.bay12games.com/dwarves/";
|
||||
license = licenses.unfreeRedistributable;
|
||||
platforms = attrNames platforms;
|
||||
maintainers = with maintainers; [ a1russell robbinch roconnor abbradar numinit shazow ];
|
||||
maintainers = with maintainers; [ a1russell robbinch roconnor abbradar numinit shazow ncfavier ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue