mdp: Add license, pkg maintainer

This commit is contained in:
Matthias Beyer 2015-06-27 19:41:11 +02:00
parent 7ea32d390b
commit c37e2745bd

View file

@ -13,8 +13,10 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses ];
meta = {
meta = with stdenv.lib; {
homepage = https://github.com/visit1985/mdp;
description = "A command-line based markdown presentation tool";
maintainers = with maintainers; [ matthiasbeyer ];
license = licenses.gpl3;
};
}