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
commit 1575136ff2
3 changed files with 3 additions and 3 deletions

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "Library for working with MINC files"; description = "Library for working with MINC files";
maintainers = with maintainers; [ bcdarwin ]; maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.unix; platforms = platforms.unix;
licenses = licenses.free; license = licenses.free;
}; };
} }

View File

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

View File

@ -15012,7 +15012,7 @@ let self = _self // overrides; _self = with self; {
homepage = http://www.shlomifish.org/open-source/projects/Text-Format/; homepage = http://www.shlomifish.org/open-source/projects/Text-Format/;
description = "Format text"; description = "Format text";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainer = with maintainers; [ bcdarwin ]; maintainers = with maintainers; [ bcdarwin ];
}; };
}; };