rtorrent: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 19:12:54 +02:00
parent 1857fe6c14
commit 1058537c7c
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ ebzzry codyopel ];
license = licenses.gpl2Plus;
};
}