tt-rss-plugin-auth-ldap: Use the correct license

The repo now has a license file which contains the Apache 2 license.
This commit is contained in:
Janne Heß 2019-02-10 16:46:09 +01:00
parent 3e814327b1
commit 37469c3038

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Plugin for TT-RSS to authenticate users via ldap";
license = licenses.gpl3;
license = licenses.asl20;
homepage = https://github.com/hydrian/TTRSS-Auth-LDAP;
maintainers = with maintainers; [ mic92 ];
platforms = platforms.all;