summary refs log tree commit diff
path: root/pkgs/tools/misc/pastebinit
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-07 15:35:21 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-07 15:36:40 +0200
commit73e17a35945c1d053df1d35d89bbce804cfb5f4b (patch)
tree5ac80ede3ceed08fdcce9099666c987582d747fb /pkgs/tools/misc/pastebinit
parent04202827802915dc753a759c0074dc3d7f7d8319 (diff)
downloadnixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.gz
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.bz2
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.lz
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.xz
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.zst
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.zip
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
Diffstat (limited to 'pkgs/tools/misc/pastebinit')
-rw-r--r--pkgs/tools/misc/pastebinit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/pastebinit/default.nix b/pkgs/tools/misc/pastebinit/default.nix
index 4b28f49acaa..c5419b27fec 100644
--- a/pkgs/tools/misc/pastebinit/default.nix
+++ b/pkgs/tools/misc/pastebinit/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://launchpad.net/pastebinit";
     description = "A software that lets you send anything you want directly to a pastebin from the command line";
-    maintainers = with maintainers; [ lethalman raboof ];
+    maintainers = with maintainers; [ raboof ];
     license = licenses.gpl2;
     platforms = platforms.linux;
   };