perl-XML-SAX-Writer: fix license field

This commit is contained in:
Robert Helgesson 2016-05-17 23:46:29 +02:00
parent dfe202eb49
commit 552be5a917

View file

@ -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 ];
};
};