offrss: fix license

gstqt5
Markus Kowalewski 2020-06-26 11:03:54 +02:00
parent ec38614621
commit ce37c5b0b4
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 3 additions and 3 deletions

View File

@ -26,11 +26,11 @@ stdenv.mkDerivation {
sha256 = "1akw1x84jj2m9z60cvlvmz21qwlaywmw18pl7lgp3bj5nw6250p6";
};
meta = {
meta = with stdenv.lib; {
homepage = "http://vicerveza.homeunix.net/~viric/cgi-bin/offrss";
description = "Offline RSS/Atom reader";
license="AGPLv3+";
maintainers = with stdenv.lib.maintainers; [viric];
license = licenses.agpl3Plus;
maintainers = with maintainers; [ viric ];
platforms = stdenv.lib.platforms.linux;
};
}