about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-06-18 13:14:10 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-06-18 13:14:10 +0100
commit2c5de119792d0b9ceaa0005b12ea4f847c7ac295 (patch)
tree5ef13c4c186c83a73fbfb74ea177688a8f3316c0 /pkgs
parent3477f560279e362477f2620b6f9b825e919629d5 (diff)
cli53: fix meta
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/admin/cli53/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/cli53/default.nix b/pkgs/tools/admin/cli53/default.nix
index 5c80e76f482f8..4e284c4619326 100644
--- a/pkgs/tools/admin/cli53/default.nix
+++ b/pkgs/tools/admin/cli53/default.nix
@@ -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 ];
   };
 }