From 2636fcf7cd66307745801ec5f3e4241e5c2712f6 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Mon, 28 Mar 2016 14:24:06 +0200 Subject: [PATCH] fix license --- .../networking/instant-messengers/blink/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/blink/default.nix b/pkgs/applications/networking/instant-messengers/blink/default.nix index 1cb345ba63a..8076b27d1c5 100644 --- a/pkgs/applications/networking/instant-messengers/blink/default.nix +++ b/pkgs/applications/networking/instant-messengers/blink/default.nix @@ -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 ]; }; }