forked from FG42/FG42
1
0
Fork 0

Add the maintainer and the doc config to most of the modules

This commit is contained in:
Sameer Rahmani 2024-04-30 21:50:51 +01:00
parent 81d82af796
commit 601d66c8b1
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
6 changed files with 30 additions and 0 deletions

View File

@ -48,5 +48,9 @@ in
]);
fg42.requires = [ drv.pname ];
meta = {
maintainers = [ maintainers.lxsameer ];
doc = ./README.md;
};
};
}

View File

@ -80,5 +80,10 @@ in
size = 11;
};
fg42.requires = [ drv.pname ];
meta = {
maintainers = [ lib.maintainers.lxsameer ];
doc = ./README.md;
};
};
}

View File

@ -40,4 +40,10 @@ in
fg42.elispPackages = [ drv ] ++ deps;
fg42.requires = [ drv.pname ];
meta = {
maintainers = [ lib.maintainers.lxsameer ];
doc = ./README.md;
};
}

View File

@ -49,5 +49,12 @@ in
]);
fg42.requires = [ drv.pname ];
meta = {
maintainers = [ maintainers.lxsameer ];
doc = ./README.md;
};
};
}

View File

@ -55,5 +55,9 @@ in
]);
fg42.requires = [ "${drv.pname}-support" ];
meta = {
maintainers = [ maintainers.lxsameer ];
doc = ./README.md;
};
};
}

View File

@ -59,5 +59,9 @@ in
fg42.paths = tools;
fg42.requires = [ drv.pname ];
meta = {
maintainers = [ maintainers.lxsameer ];
doc = ./README.md;
};
};
}