Merge pull request #55525 from dasJ/tt-rss-ldap-license

tt-rss-plugin-auth-ldap: Use the correct license
This commit is contained in:
worldofpeace 2019-02-17 15:32:53 +00:00 committed by GitHub
commit 1ccc8e9cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;