libhif: add meta and add myself as a maintainer
This commit is contained in:
parent
df8971ba40
commit
c9be29c5fb
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user