treewide: mkPackageOption -> mkPackageOptionMD
This commit is contained in:
parent
71df507159
commit
e04de5b308
53 changed files with 60 additions and 59 deletions
|
|
@ -17,7 +17,7 @@ in {
|
|||
enable = mkEnableOption
|
||||
"mr, a tool to manage all your version control repositories";
|
||||
|
||||
package = mkPackageOption pkgs "mr" { };
|
||||
package = mkPackageOptionMD pkgs "mr" { };
|
||||
|
||||
settings = mkOption {
|
||||
type = iniFormat.type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue