summary refs log tree commit diff
path: root/pkgs/servers/tt-rss
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-17 15:32:53 +0000
committerGitHub <noreply@github.com>2019-02-17 15:32:53 +0000
commit1ccc8e9cc234f5697c28458ec920a6c2db62e7b9 (patch)
tree56c93b61c48a324d5c917cb07e66666172c8c05a /pkgs/servers/tt-rss
parent606240976769976ed01df5d823f2837997448481 (diff)
parent37469c3038eba2300a8527f7f1d16454a6f2ce90 (diff)
downloadnixpkgs-1ccc8e9cc234f5697c28458ec920a6c2db62e7b9.tar
nixpkgs-1ccc8e9cc234f5697c28458ec920a6c2db62e7b9.tar.gz
nixpkgs-1ccc8e9cc234f5697c28458ec920a6c2db62e7b9.tar.bz2
nixpkgs-1ccc8e9cc234f5697c28458ec920a6c2db62e7b9.tar.lz
nixpkgs-1ccc8e9cc234f5697c28458ec920a6c2db62e7b9.tar.xz
nixpkgs-1ccc8e9cc234f5697c28458ec920a6c2db62e7b9.tar.zst
nixpkgs-1ccc8e9cc234f5697c28458ec920a6c2db62e7b9.zip
Merge pull request #55525 from dasJ/tt-rss-ldap-license
tt-rss-plugin-auth-ldap: Use the correct 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;