gphoto2fs: add license + homepage

This commit is contained in:
Markus Kowalewski 2018-09-01 14:02:24 +02:00
parent 98440749c1
commit c809cfb197
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -13,11 +13,11 @@ stdenv.mkDerivation rec {
libgphoto2 fuse glib libtool
];
meta = {
meta = with stdenv.lib; {
description = "Fuse FS to mount a digital camera";
maintainers = [
stdenv.lib.maintainers.raskin
];
platforms = stdenv.lib.platforms.linux;
homepage = http://www.gphoto.org/;
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = with licenses; [ lgpl2 gpl2 ];
};
}