htmlq: add nerdypepper as maintainer

This commit is contained in:
Akshay 2021-09-08 13:32:58 +05:30
parent e32a7566d6
commit 6513c6e88e

View File

@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
description = "Like jq, but for HTML";
homepage = "https://github.com/mgdm/htmlq";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
maintainers = with maintainers; [ siraben nerdypepper ];
};
}