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

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;
};
}