tt-rss: Update license

This commit is contained in:
gileri
2025-03-27 22:08:53 +01:00
parent 1627725c3b
commit 3018beaac6
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Web-based news feed (RSS/Atom) aggregator";
license = licenses.gpl2Plus;
license = licenses.gpl3Plus;
homepage = "https://tt-rss.org";
maintainers = with maintainers; [
gileri