mandown: remove maintainer
This commit is contained in:
parent
c811344871
commit
ad116b8f6f
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "Markdown to groff (man page) converter";
|
description = "Markdown to groff (man page) converter";
|
||||||
homepage = "https://gitlab.com/kornelski/mandown";
|
homepage = "https://gitlab.com/kornelski/mandown";
|
||||||
license = with licenses; [ asl20 /* or */ mit ];
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
maintainers = with maintainers; [ zowoq ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue