lib/maintainers: rename file to maintainers-list.nix

Based on a request by @oxij:
“Can we also rename this file to `maintainers/maintainers-list.nix` while we at
this? Motivation: much saner `git log ./lib`.”
This commit is contained in:
Profpatsch 2018-03-04 03:21:39 +01:00
parent aecebe8280
commit 24684008df
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,7 @@ let
# packaging
customisation = callLibs ./customisation.nix;
maintainers = import ./maintainers.nix;
maintainers = import ./maintainers-list.nix;
meta = callLibs ./meta.nix;
sources = callLibs ./sources.nix;