about summary refs log tree commit diff
path: root/pkgs/tools/misc/execline
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-07-22 21:44:10 +0200
committerProfpatsch <mail@profpatsch.de>2018-07-25 00:06:31 +0200
commit4295da8af4bf330c79031645ca650caf3cc5b625 (patch)
tree67b5c8f6bf01530b6ba2d0f9e4ce1a3417522a73 /pkgs/tools/misc/execline
parent710f0f8c1091d5156b609b6e0035ba09c943bbe3 (diff)
downloadnixlib-4295da8af4bf330c79031645ca650caf3cc5b625.tar
nixlib-4295da8af4bf330c79031645ca650caf3cc5b625.tar.gz
nixlib-4295da8af4bf330c79031645ca650caf3cc5b625.tar.bz2
nixlib-4295da8af4bf330c79031645ca650caf3cc5b625.tar.lz
nixlib-4295da8af4bf330c79031645ca650caf3cc5b625.tar.xz
nixlib-4295da8af4bf330c79031645ca650caf3cc5b625.tar.zst
nixlib-4295da8af4bf330c79031645ca650caf3cc5b625.zip
skarnet software: add Profpatsch as maintainer
Diffstat (limited to 'pkgs/tools/misc/execline')
-rw-r--r--pkgs/tools/misc/execline/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/execline/default.nix b/pkgs/tools/misc/execline/default.nix
index 26cd9112f58d..6cd9623ad1c0 100644
--- a/pkgs/tools/misc/execline/default.nix
+++ b/pkgs/tools/misc/execline/default.nix
@@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
     description = "A small scripting language, to be used in place of a shell in non-interactive scripts";
     platforms = stdenv.lib.platforms.all;
     license = stdenv.lib.licenses.isc;
-    maintainers = with stdenv.lib.maintainers; [ pmahoney ];
+    maintainers = with stdenv.lib.maintainers; [ pmahoney Profpatsch ];
   };
 
 }