libhif: add meta and add myself as a maintainer

This commit is contained in:
Dan Peebles 2016-04-30 16:03:47 +00:00
parent df8971ba40
commit c9be29c5fb

View File

@ -25,5 +25,12 @@ stdenv.mkDerivation rec {
# ibhif/hif-packagedelta.h includes solv/pool.h
propagatedBuildInputs = [ libsolv ];
meta = {
description = "A library that provides a high level package-manager. It uses librepo and hawkey under the hood.";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ copumpkin ];
};
}