mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
parent
650f64c779
commit
8ae8e51dc3
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue