summary refs log tree commit diff
path: root/pkgs/servers/tt-rss
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2019-02-10 16:46:09 +0100
committerJanne Heß <janne@hess.ooo>2019-02-10 17:22:16 +0100
commit37469c3038eba2300a8527f7f1d16454a6f2ce90 (patch)
treebba1f302707d504562fcd43a9352f552e2bf7b40 /pkgs/servers/tt-rss
parent3e814327b15dec39d5e0b1f51b0c402331ee3fc2 (diff)
downloadnixpkgs-37469c3038eba2300a8527f7f1d16454a6f2ce90.tar
nixpkgs-37469c3038eba2300a8527f7f1d16454a6f2ce90.tar.gz
nixpkgs-37469c3038eba2300a8527f7f1d16454a6f2ce90.tar.bz2
nixpkgs-37469c3038eba2300a8527f7f1d16454a6f2ce90.tar.lz
nixpkgs-37469c3038eba2300a8527f7f1d16454a6f2ce90.tar.xz
nixpkgs-37469c3038eba2300a8527f7f1d16454a6f2ce90.tar.zst
nixpkgs-37469c3038eba2300a8527f7f1d16454a6f2ce90.zip
tt-rss-plugin-auth-ldap: Use the correct license
The repo now has a license file which contains the Apache 2 license.
Diffstat (limited to 'pkgs/servers/tt-rss')
-rw-r--r--pkgs/servers/tt-rss/plugin-auth-ldap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/tt-rss/plugin-auth-ldap/default.nix b/pkgs/servers/tt-rss/plugin-auth-ldap/default.nix
index 85d12cf07be..6fad061ce99 100644
--- a/pkgs/servers/tt-rss/plugin-auth-ldap/default.nix
+++ b/pkgs/servers/tt-rss/plugin-auth-ldap/default.nix
@@ -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;