perl-Data-GUID: fix license field
This commit is contained in:
parent
1d04b3cfa1
commit
953fb0d8a8
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user