From 3881f6f864fcd788efc7402bd8149ac5d07e6882 Mon Sep 17 00:00:00 2001 From: Tomas Antonio Lopez Date: Tue, 14 Nov 2023 01:09:33 +0100 Subject: [PATCH] sourcehut.pastesrht: add myself as maintainer --- pkgs/applications/version-management/sourcehut/paste.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/sourcehut/paste.nix b/pkgs/applications/version-management/sourcehut/paste.nix index d62ee38fc233..faa8e26f5ef8 100644 --- a/pkgs/applications/version-management/sourcehut/paste.nix +++ b/pkgs/applications/version-management/sourcehut/paste.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { homepage = "https://git.sr.ht/~sircmpwn/paste.sr.ht"; description = "Ad-hoc text file hosting service for the sr.ht network"; license = licenses.agpl3Only; - maintainers = with maintainers; [ eadwu ]; + maintainers = with maintainers; [ eadwu nessdoor ]; }; }