Merge branch 'minc_ecosystem' of github.com:bcdarwin/nixpkgs into minc_ecosystem
This commit is contained in:
commit
1575136ff2
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user