owncloudclient: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-09 12:46:06 +02:00
parent 76ce4751d0
commit f71165da03
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = https://owncloud.org;
maintainers = [ maintainers.qknight ];
platforms = platforms.unix;
license = licenses.gpl2Plus;
};
}