mtpfs: add licenses

This commit is contained in:
Markus Kowalewski 2018-09-07 22:25:24 +02:00
parent 4f83467ba4
commit d3485885b2
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -18,10 +18,11 @@ stdenv.mkDerivation rec {
sha256 = "07acrqb17kpif2xcsqfqh5j4axvsa4rnh6xwnpqab5b9w5ykbbqv";
};
meta = {
meta = with stdenv.lib; {
homepage = https://github.com/cjd/mtpfs;
description = "FUSE Filesystem providing access to MTP devices";
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.qknight ];
platforms = platforms.all;
license = licenses.gpl3;
maintainers = [ maintainers.qknight ];
};
}