fix eval
This commit is contained in:
parent
285b749976
commit
650f64c779
@ -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;
|
||||
license = licenses.mit;
|
||||
maintainers = with lib.maintainers; [ benley ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user