about summary refs log tree commit diff
path: root/pkgs/development/libraries/pangomm
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-07-14 02:08:03 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-07-14 02:11:41 +0300
commitbb48cab77745a1337540961dabd7cbf41bfe50ca (patch)
tree2f2dda54187a519758e76859519634edab871225 /pkgs/development/libraries/pangomm
parent22e62bc467042fb56a9bfb0c9d4409665ba72d59 (diff)
Fix licenses. My fixes were more carefully checked against sources and home page license claims :)
Diffstat (limited to 'pkgs/development/libraries/pangomm')
-rw-r--r--pkgs/development/libraries/pangomm/2.28.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/pangomm/2.28.x.nix b/pkgs/development/libraries/pangomm/2.28.x.nix
index 411b969cb2427..d03aa4311fe01 100644
--- a/pkgs/development/libraries/pangomm/2.28.x.nix
+++ b/pkgs/development/libraries/pangomm/2.28.x.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "C++ interface to the Pango text rendering library";
     homepage    = http://www.pango.org/;
-    license     = licenses.lgpl2Plus;
+    license     = with licenses; [ lgpl2 lgpl21 ];
     maintainers = with maintainers; [ lovek323 raskin ];
     platforms   = platforms.unix;