vndr: meta.licence -> license

This commit is contained in:
Joachim Fasting 2017-03-10 20:37:08 +01:00
parent ba499aa845
commit 5bf3b4c7ff
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -18,6 +18,6 @@ buildGoPackage rec {
description = "Stupid golang vendoring tool, inspired by docker vendor script";
homepage = "https://github.com/LK4D4/vndr";
maintainers = with lib.maintainers; [ vdemeester ];
licence = lib.licenses.asl20;
license = lib.licenses.asl20;
};
}