perl-AutoLoader: fix license field

This commit is contained in:
Robert Helgesson 2016-04-17 13:03:41 +02:00
parent 00c8aec22a
commit 0842e75f89

View File

@ -502,7 +502,7 @@ let self = _self // overrides; _self = with self; {
};
meta = {
description = "Load subroutines only on demand";
license = "perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};