lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+3 -3
+1 -1
pkgs/development/libraries/science/biology/EBTKS/default.nix
··· 23 23 description = "Library for working with MINC files"; 24 24 maintainers = with maintainers; [ bcdarwin ]; 25 25 platforms = platforms.unix; 26 - licenses = licenses.free; 26 + license = licenses.free; 27 27 }; 28 28 }
+1 -1
pkgs/development/perl-modules/MNI/default.nix
··· 16 16 17 17 meta = with stdenv.lib; { 18 18 license = with licenses; [ artistic1 gpl1Plus ]; 19 - maintainer = with maintainers; [ bcdarwin ]; 19 + maintainers = with maintainers; [ bcdarwin ]; 20 20 }; 21 21 }
+1 -1
pkgs/top-level/perl-packages.nix
··· 15012 15012 homepage = http://www.shlomifish.org/open-source/projects/Text-Format/; 15013 15013 description = "Format text"; 15014 15014 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 15015 - maintainer = with maintainers; [ bcdarwin ]; 15015 + maintainers = with maintainers; [ bcdarwin ]; 15016 15016 }; 15017 15017 }; 15018 15018