cli53: fix meta

This commit is contained in:
Jörg Thalheim 2017-06-18 13:14:10 +01:00
parent 3477f56027
commit 2c5de11979
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

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 = lib.licenses.mit;
maintainers = with lib.maintainers; [ benley ];
license = licenses.mit;
maintainers = with maintainers; [ benley ];
};
}