about summary refs log tree commit diff
path: root/pkgs/development/libraries/pangomm
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-07-13 15:54:39 -0400
committerShea Levy <shea@shealevy.com>2013-07-13 15:54:39 -0400
commit3b274caaac78eda9d0a8f67c916f3b18ec111c59 (patch)
tree246160686c878abb3bc606fca7d743c9ab54a6f7 /pkgs/development/libraries/pangomm
parente820a54431bc4a3277378c468737b72b8a2d82e7 (diff)
downloadnixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.gz
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.bz2
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.lz
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.xz
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.zst
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.zip
Fix tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
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 46875901181e..411b969cb242 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.lgplv2Plus;
+    license     = licenses.lgpl2Plus;
     maintainers = with maintainers; [ lovek323 raskin ];
     platforms   = platforms.unix;