summary refs log tree commit diff
path: root/pkgs/tools/networking/http-prompt/default.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-02-20 19:52:48 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-02-20 19:57:34 +0100
commitf1f4f38909e73af2029315c650c1eb163c0aa56b (patch)
treeab694df64e346e361c9b86d914c9df017b37a765 /pkgs/tools/networking/http-prompt/default.nix
parent48b5ad27396c806208b177a5ee1defa7f1fa4058 (diff)
downloadnixpkgs-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar
nixpkgs-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar.gz
nixpkgs-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar.bz2
nixpkgs-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar.lz
nixpkgs-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar.xz
nixpkgs-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar.zst
nixpkgs-f1f4f38909e73af2029315c650c1eb163c0aa56b.zip
Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.
Diffstat (limited to 'pkgs/tools/networking/http-prompt/default.nix')
-rw-r--r--pkgs/tools/networking/http-prompt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/http-prompt/default.nix b/pkgs/tools/networking/http-prompt/default.nix
index 69b23b3e3a4..78dc52905d8 100644
--- a/pkgs/tools/networking/http-prompt/default.nix
+++ b/pkgs/tools/networking/http-prompt/default.nix
@@ -29,7 +29,7 @@ pythonPackages.buildPythonApplication rec {
     description = "An interactive command-line HTTP client featuring autocomplete and syntax highlighting";
     homepage = https://github.com/eliangcs/http-prompt;
     license = licenses.mit;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ matthiasbeyer ];
     platforms = platforms.linux; # can only test on linux
   };
 }