From 2891256daa2dea79868de926a2640aa06748dc57 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 27 Nov 2016 21:38:41 -0500 Subject: [PATCH] skopeo: fix evaluation, change license from asl2 to asl20 --- pkgs/development/tools/skopeo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/skopeo/default.nix b/pkgs/development/tools/skopeo/default.nix index 547f21a6f5dc..e724d00e4d39 100644 --- a/pkgs/development/tools/skopeo/default.nix +++ b/pkgs/development/tools/skopeo/default.nix @@ -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; }; }