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 = {
|
meta = {
|
||||||
description = "Load subroutines only on demand";
|
description = "Load subroutines only on demand";
|
||||||
license = "perl";
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user