3
0
Fork 0
forked from mirrors/nixpkgs

fix license

This commit is contained in:
Frederik Rietdijk 2016-03-28 14:24:06 +02:00
parent 2b10296637
commit 2636fcf7cd

View file

@ -43,7 +43,7 @@ pythonPackages.buildPythonApplication rec {
homepage = http://icanblink.com/;
description = "A state of the art, easy to use SIP client for Voice, Video and IM";
platforms = platforms.linux;
license = licenses.gplv3;
license = licenses.gpl3;
maintainers = with maintainers; [ pSub ];
};
}