This commit is contained in:
Domen Kožar 2017-06-20 14:01:53 +02:00
parent 285b749976
commit 650f64c779
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; { meta = with stdenv.lib; {
description = "CLI tool for the Amazon Route 53 DNS service"; description = "CLI tool for the Amazon Route 53 DNS service";
homepage = https://github.com/barnybug/cli53; homepage = https://github.com/barnybug/cli53;
license = lib.licenses.mit; license = licenses.mit;
maintainers = with lib.maintainers; [ benley ]; maintainers = with lib.maintainers; [ benley ];
}; };
} }