Merge pull request #36405 from mt-caret/kazam

kazam: fix description and license
This commit is contained in:
Gabriel Ebner 2018-03-18 12:21:46 +01:00 committed by GitHub
commit a7fea814ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,9 +42,9 @@ python3Packages.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Cross-platform, Friend-2-Friend and secure decentralised communication platform";
description = "A screencasting program created with design in mind";
homepage = https://code.launchpad.net/kazam;
#license = licenses.bsd2;
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
};