perl-Attribute-Handlers: fix license field

This commit is contained in:
Robert Helgesson
2016-04-17 17:17:39 +02:00
parent dfc2081923
commit 00c8aec22a
+1 -1
View File
@@ -312,7 +312,7 @@ let self = _self // overrides; _self = with self; {
};
meta = {
description = "Simpler definition of attribute handlers";
license = "perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};