perl-Attribute-Handlers: fix license field

This commit is contained in:
Robert Helgesson 2016-04-17 13:03:25 +02:00
parent dfc2081923
commit 00c8aec22a

View File

@ -312,7 +312,7 @@ let self = _self // overrides; _self = with self; {
}; };
meta = { meta = {
description = "Simpler definition of attribute handlers"; description = "Simpler definition of attribute handlers";
license = "perl"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
}; };