nheko: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-09 12:59:52 +02:00
parent 789ae747dc
commit 456b67e70f
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -98,5 +98,6 @@ stdenv.mkDerivation rec {
description = "Desktop client for the Matrix protocol";
maintainers = with maintainers; [ ekleog ];
platforms = platforms.all;
license = licenses.gpl3Plus;
};
}