Skip to content

Commit

Permalink
rename lib/maintainers-list.nix into maintainers/maintainer-list.nix
Browse files Browse the repository at this point in the history
Many commits unrelated to `lib` touch that file, this will make `git log ./lib` much saner.

This is what I meant in NixOS#36119 (comment).
  • Loading branch information
oxij committed Mar 6, 2018
1 parent 1d4f3fa commit 610b5b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let

# packaging
customisation = callLibs ./customisation.nix;
maintainers = import ./maintainers-list.nix;
maintainers = import ../maintainers/maintainer-list.nix;
meta = callLibs ./meta.nix;
sources = callLibs ./sources.nix;
versions = callLibs ./versions.nix;
Expand Down
File renamed without changes.

0 comments on commit 610b5b8

Please sign in to comment.