skopeo: fix evaluation, change license from asl2 to asl20

This commit is contained in:
Graham Christensen 2016-11-27 21:38:41 -05:00
parent 9c9a21d525
commit 2891256daa
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -21,6 +21,6 @@ buildGoPackage rec {
description = "A command line utility for various operations on container images and image repositories";
homepage = "https://github.com/projectatomic/skopeo";
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
license = stdenv.lib.licenses.asl2;
license = stdenv.lib.licenses.asl20;
};
}