summary refs log tree commit diff
path: root/pkgs/development/interpreters/picolisp/default.nix
diff options
context:
space:
mode:
authorTomas Hlavaty <tom@logand.com>2015-11-24 23:27:16 +0100
committerTomas Hlavaty <tom@logand.com>2015-11-26 08:24:02 +0100
commit594ef50121c61df73085a7064fc4ae496dce8890 (patch)
tree90a9747d8f58c363e80b75a664c744abd1ee5a6c /pkgs/development/interpreters/picolisp/default.nix
parentb8bef08d1b45a2123df7b8de46fb0225079fe357 (diff)
downloadnixpkgs-594ef50121c61df73085a7064fc4ae496dce8890.tar
nixpkgs-594ef50121c61df73085a7064fc4ae496dce8890.tar.gz
nixpkgs-594ef50121c61df73085a7064fc4ae496dce8890.tar.bz2
nixpkgs-594ef50121c61df73085a7064fc4ae496dce8890.tar.lz
nixpkgs-594ef50121c61df73085a7064fc4ae496dce8890.tar.xz
nixpkgs-594ef50121c61df73085a7064fc4ae496dce8890.tar.zst
nixpkgs-594ef50121c61df73085a7064fc4ae496dce8890.zip
picolisp: add myself as a maintainer
Diffstat (limited to 'pkgs/development/interpreters/picolisp/default.nix')
-rw-r--r--pkgs/development/interpreters/picolisp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/picolisp/default.nix b/pkgs/development/interpreters/picolisp/default.nix
index cc9cac3a47f..4bbab756ce3 100644
--- a/pkgs/development/interpreters/picolisp/default.nix
+++ b/pkgs/development/interpreters/picolisp/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
     homepage = http://picolisp.com/;
     license = licenses.mit;
     platform = platforms.all;
-    maintainers = with maintainers; [ raskin ];
+    maintainers = with maintainers; [ raskin tohl ];
   };
 
   passthru = {