rsstail: adjust license to gpl2Only

This commit is contained in:
Reno Dakota
2024-10-26 19:09:46 +00:00
parent 3cf1460642
commit b83302b045
@@ -31,7 +31,7 @@ stdenv.mkDerivation (final: {
detects a new entry it'll emit only that new entry.
'';
homepage = "https://www.vanheusden.com/rsstail/";
license = licenses.gpl2Plus;
license = licenses.gpl2Only;
maintainers = [ maintainers.Necior ];
platforms = platforms.unix;
};