summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlyssa Ross <alyssa.ross@unikie.com>2022-12-02 11:14:10 +0000
committerAlyssa Ross <hi@alyssa.is>2023-01-12 12:41:32 +0000
commit7fb17c3d85d1a42cd6fba791ec7c6c051102c745 (patch)
tree8d98700c2a2a48503b21d1c880193dc0c0c5ceb8
parent04d3d0968f70b3d57fcaafa8f1c4685af19dea15 (diff)
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)
-rw-r--r--pkgs/tools/system/augeas/default.nix2
1 files changed, 1 insertions, 1 deletions
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;