Merge pull request #137080 from NerdyPepper/add-nerdypepper-htmlq

htmlq: add nerdypepper as maintainer
This commit is contained in:
Fabian Affolter
2021-09-08 10:37:26 +02:00
committed by GitHub
+1 -1
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 ];
};
}