mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
3e814327b1
commit
37469c3038
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user