about summary refs log tree commit diff
path: root/pkgs/development/python-modules/rstcheck
diff options
context:
space:
mode:
authorstaccato <moveq@riseup.net>2021-09-02 10:29:48 +0100
committerstaccato <moveq@riseup.net>2021-09-02 10:33:16 +0100
commite02b80996920d0bdf94813cd1da5cb258cb04513 (patch)
tree52de4be67fc8997b6aa8bb584b3247f507e78386 /pkgs/development/python-modules/rstcheck
parent06dbc404f02dea00871e954c10ec2eac1cbea6a8 (diff)
maintainers: add staccato
Diffstat (limited to 'pkgs/development/python-modules/rstcheck')
-rw-r--r--pkgs/development/python-modules/rstcheck/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/rstcheck/default.nix b/pkgs/development/python-modules/rstcheck/default.nix
index b1da54a2cb1e1..d109a6cce747a 100644
--- a/pkgs/development/python-modules/rstcheck/default.nix
+++ b/pkgs/development/python-modules/rstcheck/default.nix
@@ -18,5 +18,6 @@ buildPythonPackage rec {
     description = "Checks syntax of reStructuredText and code blocks nested within it";
     homepage = "https://github.com/myint/rstcheck";
     license = licenses.mit;
+    maintainers = with maintainers; [ staccato ];
   };
 }