maintainers: add staccato

This commit is contained in:
staccato 2021-09-02 10:29:48 +01:00
parent 06dbc404f0
commit e02b809969
No known key found for this signature in database
GPG key ID: A74547037FD88B13
2 changed files with 7 additions and 0 deletions

View file

@ -10250,6 +10250,12 @@
githubId = 8668915;
name = "Stephane Schitter";
};
staccato = {
name = "staccato";
email = "moveq@riseup.net";
github = "staccato";
githubId = 86573128;
};
steell = {
email = "steve@steellworks.com";
github = "Steell";

View file

@ -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 ];
};
}