mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
cli53: fix meta
This commit is contained in:
parent
3477f56027
commit
2c5de11979
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue