mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
mtpfs: add licenses
This commit is contained in:
parent
4f83467ba4
commit
d3485885b2
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user