summary refs log tree commit diff
path: root/pkgs/applications/misc/mdp
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-06-27 19:41:11 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-06-27 19:41:11 +0200
commitc37e2745bd82050b9b238c04d512bfb7652aa07e (patch)
tree5eec2313d999b6df0d97fa5f5f57975a2486d975 /pkgs/applications/misc/mdp
parent7ea32d390b292f780ce00f494441f6179b4395b0 (diff)
downloadnixlib-c37e2745bd82050b9b238c04d512bfb7652aa07e.tar
nixlib-c37e2745bd82050b9b238c04d512bfb7652aa07e.tar.gz
nixlib-c37e2745bd82050b9b238c04d512bfb7652aa07e.tar.bz2
nixlib-c37e2745bd82050b9b238c04d512bfb7652aa07e.tar.lz
nixlib-c37e2745bd82050b9b238c04d512bfb7652aa07e.tar.xz
nixlib-c37e2745bd82050b9b238c04d512bfb7652aa07e.tar.zst
nixlib-c37e2745bd82050b9b238c04d512bfb7652aa07e.zip
mdp: Add license, pkg maintainer
Diffstat (limited to 'pkgs/applications/misc/mdp')
-rw-r--r--pkgs/applications/misc/mdp/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/misc/mdp/default.nix b/pkgs/applications/misc/mdp/default.nix
index 02202fd332c9..aa2045cc8e86 100644
--- a/pkgs/applications/misc/mdp/default.nix
+++ b/pkgs/applications/misc/mdp/default.nix
@@ -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;
   };
 }