perl-Apache-Session: fix license field
This commit is contained in:
parent
6f0a651c7e
commit
f58cb0e43c
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ let self = _self // overrides; _self = with self; {
|
|||
buildInputs = [ TestDeep TestException ];
|
||||
meta = {
|
||||
description = "A persistence framework for session data";
|
||||
license = "perl";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue