Merge branch 'minc_ecosystem' of github.com:bcdarwin/nixpkgs into minc_ecosystem

This commit is contained in:
Ben Darwin
2018-04-10 13:35:39 -04:00
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;
};
}