Revert "fix eval"

This reverts commit 650f64c779.
This commit is contained in:
Domen Kožar 2017-06-20 14:03:57 +02:00
parent 650f64c779
commit 8ae8e51dc3
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -24,7 +24,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "CLI tool for the Amazon Route 53 DNS service";
homepage = https://github.com/barnybug/cli53;
license = licenses.mit;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ benley ];
};
}