tt-rss-theme-feedly: fix license

This commit is contained in:
Weijia Wang 2024-01-05 22:02:51 +01:00
parent 46796330dc
commit 6b0de30acc

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Feedly theme for Tiny Tiny RSS";
license = licenses.wtfpl;
license = licenses.mit;
homepage = "https://github.com/levito/tt-rss-feedly-theme";
maintainers = with maintainers; [ das_j ];
platforms = platforms.all;