perl-AutoLoader: fix license field
This commit is contained in:
parent
00c8aec22a
commit
0842e75f89
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user