summary refs log tree commit diff
path: root/pkgs/development/compilers/agda/stdlib.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/agda/stdlib.nix')
-rw-r--r--pkgs/development/compilers/agda/stdlib.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/agda/stdlib.nix b/pkgs/development/compilers/agda/stdlib.nix
index 2857a7d3d71..136d4e0c815 100644
--- a/pkgs/development/compilers/agda/stdlib.nix
+++ b/pkgs/development/compilers/agda/stdlib.nix
@@ -18,10 +18,10 @@ agda.mkDerivation (self: rec {
 
   topSourceDirectories = [ "src" ];
 
-  meta = {
+  meta = with stdenv.lib; {
     homepage = "http://wiki.portal.chalmers.se/agda/pmwiki.php?n=Libraries.StandardLibrary";
     description = "A standard library for use with the Agda compiler.";
     license = "unknown";
-    maintainers = with stdenv.lib.maintaianers; [ jwiegley ];
+    maintainers = with maintainers; [ jwiegley ];
   };
-})
\ No newline at end of file
+})