skopeo: fix evaluation, change license from asl2 to asl20
This commit is contained in:
parent
9c9a21d525
commit
2891256daa
@ -21,6 +21,6 @@ buildGoPackage rec {
|
|||||||
description = "A command line utility for various operations on container images and image repositories";
|
description = "A command line utility for various operations on container images and image repositories";
|
||||||
homepage = "https://github.com/projectatomic/skopeo";
|
homepage = "https://github.com/projectatomic/skopeo";
|
||||||
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
||||||
license = stdenv.lib.licenses.asl2;
|
license = stdenv.lib.licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user