3
0
Fork 0
forked from mirrors/nixpkgs

createrepo_c: add meta and myself as a maintainer

This commit is contained in:
Dan Peebles 2016-04-30 02:15:04 +00:00
parent ce946f2451
commit 48fb16ffbf

View file

@ -23,5 +23,13 @@ stdenv.mkDerivation rec {
'';
buildInputs = [ cmake pkgconfig bzip2 expat glib curl libxml2 python rpm openssl sqlite file xz pcre bashCompletion ];
meta = with stdenv.lib; {
description = "C implementation of createrepo";
homepage = "http://rpm-software-management.github.io/createrepo_c/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ copumpkin ];
};
}