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

This commit is contained in:
Ben Darwin
2018-04-10 00:53:55 -04:00
parent 1595f3cc45
commit 12fa2f9fd3
3 changed files with 3 additions and 3 deletions
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "Library for working with MINC files";
maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.unix;
licenses = licenses.free;
license = licenses.free;
};
}