mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
perl-XML-SAX-Writer: fix license field
This commit is contained in:
parent
dfe202eb49
commit
552be5a917
1 changed files with 1 additions and 1 deletions
|
@ -13994,7 +13994,7 @@ let self = _self // overrides; _self = with self; {
|
|||
meta = {
|
||||
homepage = https://github.com/perigrin/xml-sax-writer;
|
||||
description = "SAX2 XML Writer";
|
||||
license = "perl";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue