about summary refs log tree commit diff
path: root/pkgs/applications/office/gnumeric
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/gnumeric')
-rw-r--r--pkgs/applications/office/gnumeric/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/gnumeric/default.nix b/pkgs/applications/office/gnumeric/default.nix
index 014aa5bf0fd2..2b2fd87cf430 100644
--- a/pkgs/applications/office/gnumeric/default.nix
+++ b/pkgs/applications/office/gnumeric/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "The GNOME Office Spreadsheet";
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
     homepage = http://projects.gnome.org/gnumeric/;
     platforms = platforms.linux;
     maintainers = [ maintainers.vcunat ];