perl-Net-Statsd: fix license field

This commit is contained in:
Robert Helgesson 2016-06-07 21:21:42 +02:00
parent b57c63014d
commit b51ed9863b

View File

@ -9473,7 +9473,7 @@ let self = _self // overrides; _self = with self; {
}; };
meta = { meta = {
description = "Sends statistics to the stats daemon over UDP"; description = "Sends statistics to the stats daemon over UDP";
license = "perl"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
}; };