metadata fixes: EBTKS, MNI::Perllib, Text::Format

This commit is contained in:
Ben Darwin
2018-04-09 23:52:18 -04:00
parent 1595f3cc45
commit 12fa2f9fd3
3 changed files with 3 additions and 3 deletions

View File

@@ -16,6 +16,6 @@ buildPerlPackage rec {
meta = with stdenv.lib; {
license = with licenses; [ artistic1 gpl1Plus ];
maintainer = with maintainers; [ bcdarwin ];
maintainers = with maintainers; [ bcdarwin ];
};
}