augeas: clarify license

> Augeas is distributed under the GNU Lesser General Public
> License (LGPL) version 2.1.

https://augeas.net/faq.html
This commit is contained in:
Alyssa Ross 2022-12-02 11:14:10 +00:00 committed by Alyssa Ross
parent 28c94a90d1
commit d9c7c7f9b4

View File

@ -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;