From a70dfe6ffb5e1d1987cd6fe899a6d5056c5f0afb Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Sat, 15 Oct 2016 05:24:42 +0300 Subject: pakcs: add kkallio as maintainer --- pkgs/development/compilers/pakcs/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/compilers/pakcs/default.nix b/pkgs/development/compilers/pakcs/default.nix index ca790d027e03..084a0941d24e 100644 --- a/pkgs/development/compilers/pakcs/default.nix +++ b/pkgs/development/compilers/pakcs/default.nix @@ -136,10 +136,10 @@ stdenv.mkDerivation rec { --prefix PATH ":" "${tk}/bin" \ ''; - meta = { + meta = with stdenv.lib; { homepage = "http://www.informatik.uni-kiel.de/~pakcs/"; description = "An implementation of the multi-paradigm declarative language Curry"; - license = stdenv.lib.licenses.bsd3; + license = licenses.bsd3; longDescription = '' PAKCS is an implementation of the multi-paradigm declarative language @@ -153,7 +153,7 @@ stdenv.mkDerivation rec { with dynamic web pages, prototyping embedded systems). ''; - maintainers = [ stdenv.lib.maintainers.gnidorah ]; - platforms = stdenv.lib.platforms.unix; + maintainers = with maintainers; [ kkallio gnidorah ]; + platforms = platforms.unix; }; } -- cgit 1.4.1