about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/pidgin-plugins
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2015-04-21 18:05:19 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2015-04-21 23:10:07 +0200
commit8488d133f37d6f6e2ab0b13e9513af28ddb8da6e (patch)
tree1f2c5dbef4cd3afbfb83f0e00a83819798d0857b /pkgs/applications/networking/instant-messengers/pidgin-plugins
parent5c6dd54183a2b44897f776fa6417280330ee1b2d (diff)
downloadnixlib-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar
nixlib-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.gz
nixlib-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.bz2
nixlib-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.lz
nixlib-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.xz
nixlib-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.zst
nixlib-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.zip
meta.licenses -> license
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/pidgin-plugins')
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix b/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix
index c9b8a959bf97..586ce26e8c95 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
   meta = with stdenv.lib; {
     homepage = http://sourceforge.net/projects/pidgin-latex/;
     description = "LaTeX rendering plugin for Pidgin IM";
-    licenses = licenses.gpl2;
+    license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = maintainers.abbradar;
   };