Skip to content

Commit 2891256

Browse files
committedNov 28, 2016
skopeo: fix evaluation, change license from asl2 to asl20
1 parent 9c9a21d commit 2891256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/development/tools/skopeo/default.nix

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

0 commit comments

Comments
 (0)
Please sign in to comment.