sourcehut.pastesrht: add myself as maintainer

This commit is contained in:
Tomas Antonio Lopez
2023-11-14 11:11:58 +01:00
parent 62d7760b4e
commit 3881f6f864
@@ -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 ];
};
}