gphoto2fs: add license + homepage
This commit is contained in:
parent
98440749c1
commit
c809cfb197
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user