perl-Data-GUID: fix license field

This commit is contained in:
Robert Helgesson
2016-04-17 17:17:39 +02:00
parent 1d04b3cfa1
commit 953fb0d8a8
+1 -1
View File
@@ -2736,7 +2736,7 @@ let self = _self // overrides; _self = with self; {
meta = {
homepage = https://github.com/rjbs/Data-GUID;
description = "Globally unique identifiers";
license = "perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};