From 7fb17c3d85d1a42cd6fba791ec7c6c051102c745 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 2 Dec 2022 11:14:10 +0000 Subject: augeas: clarify license > Augeas is distributed under the GNU Lesser General Public > License (LGPL) version 2.1. https://augeas.net/faq.html (cherry picked from commit 01b5b0e1e1c68ab30c0013822589e42d7bc91e60) --- pkgs/tools/system/augeas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/augeas/default.nix b/pkgs/tools/system/augeas/default.nix index 3b3d2864d71a..5d9216763915 100644 --- a/pkgs/tools/system/augeas/default.nix +++ b/pkgs/tools/system/augeas/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Configuration editing tool"; - license = licenses.lgpl2; + license = licenses.lgpl21Only; homepage = "http://augeas.net/"; maintainers = with maintainers; [ offline ]; platforms = platforms.unix; -- cgit v1.2.3