perl-DateTime-Format-Flexible: fix license field

This commit is contained in:
Robert Helgesson 2016-04-17 13:09:44 +02:00
parent 8eb87c2a1f
commit e510d4777b
1 changed files with 2 additions and 2 deletions

View File

@ -3036,8 +3036,8 @@ let self = _self // overrides; _self = with self; {
}; };
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder DateTimeTimeZone ListMoreUtils ModulePluggable TestMockTime ]; propagatedBuildInputs = [ DateTime DateTimeFormatBuilder DateTimeTimeZone ListMoreUtils ModulePluggable TestMockTime ];
meta = { meta = {
description = "DateTime::Format::Flexible - Flexibly parse strings and turn them into DateTime objects"; description = "Flexibly parse strings and turn them into DateTime objects";
license = "perl"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
}; };