mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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";
|
||||
homepage = "https://github.com/projectatomic/skopeo";
|
||||
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
||||
license = stdenv.lib.licenses.asl2;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue