mandown: remove maintainer

This commit is contained in:
zowoq 2022-06-26 13:53:59 +10:00
parent c811344871
commit ad116b8f6f

View File

@ -15,6 +15,6 @@ rustPlatform.buildRustPackage rec {
description = "Markdown to groff (man page) converter";
homepage = "https://gitlab.com/kornelski/mandown";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ zowoq ];
maintainers = with maintainers; [ ];
};
}