tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gphoto2fs: add license + homepage
Markus Kowalewski
7 years ago
c809cfb1
98440749
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
gphoto2
gphotofs.nix
+5
-5
pkgs/applications/misc/gphoto2/gphotofs.nix
···
13
13
libgphoto2 fuse glib libtool
14
14
];
15
15
16
16
-
meta = {
16
16
+
meta = with stdenv.lib; {
17
17
description = "Fuse FS to mount a digital camera";
18
18
-
maintainers = [
19
19
-
stdenv.lib.maintainers.raskin
20
20
-
];
21
21
-
platforms = stdenv.lib.platforms.linux;
18
18
+
homepage = http://www.gphoto.org/;
19
19
+
maintainers = [ maintainers.raskin ];
20
20
+
platforms = platforms.linux;
21
21
+
license = with licenses; [ lgpl2 gpl2 ];
22
22
};
23
23
}