vndr: meta.licence -> license

This commit is contained in:
Joachim Fasting
2017-03-10 20:39:06 +01:00
parent ba499aa845
commit 5bf3b4c7ff
+1 -1
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;
};
}