mdl: init at 0.5.0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ lib, bundlerEnv, ruby }:
|
||||
|
||||
bundlerEnv {
|
||||
inherit ruby;
|
||||
pname = "mdl";
|
||||
gemdir = ./.;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool to check markdown files and flag style issues";
|
||||
homepage = https://github.com/markdownlint/markdownlint;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ gerschtli ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user