rpm-ostree: add meta and add myself as a maintainer

This commit is contained in:
Dan Peebles 2016-04-30 16:06:17 +00:00
parent c9be29c5fb
commit befc866714

View file

@ -37,5 +37,13 @@ in stdenv.mkDerivation rec {
preConfigure = ''
env NOCONFIGURE=1 ./autogen.sh
'';
meta = {
description = "A hybrid image/package system. It uses OSTree as an image format, and uses RPM as a component model";
homepage = "https://rpm-ostree.readthedocs.io/en/latest/";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ copumpkin ];
};
}