From f36f23fed02b1b0d28d38c1630e12cd5b76604f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 3 Nov 2025 21:55:28 +0100 Subject: [PATCH] gnuplot: use gnuplot license --- pkgs/tools/graphics/gnuplot/default.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pkgs/tools/graphics/gnuplot/default.nix b/pkgs/tools/graphics/gnuplot/default.nix index 368991fa39e2..8397e5ea71fc 100644 --- a/pkgs/tools/graphics/gnuplot/default.nix +++ b/pkgs/tools/graphics/gnuplot/default.nix @@ -123,15 +123,7 @@ in homepage = "http://www.gnuplot.info/"; description = "Portable command-line driven graphing utility for many platforms"; platforms = platforms.linux ++ platforms.darwin; - license = { - # Essentially a BSD license with one modification: - # Permission to modify the software is granted, but not the right to - # distribute the complete modified source code. Modifications are to - # be distributed as patches to the released version. Permission to - # distribute binaries produced by compiling modified sources is granted, - # provided you: ... - url = "https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright"; - }; + license = lib.licenses.gnuplot; maintainers = with maintainers; [ lovek323 ]; mainProgram = "gnuplot"; };