summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/mtpfs
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-07 22:25:24 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-07 23:48:18 +0200
commitd3485885b208c6992d3c318a723716196ac26145 (patch)
tree637374a6e0ea6bf9e6abfb7d9266e7cbd3b6fd54 /pkgs/tools/filesystems/mtpfs
parent4f83467ba42b00714f317fd56987fbc6a38b96a1 (diff)
mtpfs: add licenses
Diffstat (limited to 'pkgs/tools/filesystems/mtpfs')
-rw-r--r--pkgs/tools/filesystems/mtpfs/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/mtpfs/default.nix b/pkgs/tools/filesystems/mtpfs/default.nix
index afe51caa8772..bf048113714f 100644
--- a/pkgs/tools/filesystems/mtpfs/default.nix
+++ b/pkgs/tools/filesystems/mtpfs/default.nix
@@ -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 ];
};
}