treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Web-based news feed (RSS/Atom) aggregator";
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = https://tt-rss.org;
|
||||
homepage = "https://tt-rss.org";
|
||||
maintainers = with maintainers; [ globin zohl ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Plugin for TT-RSS to authenticate users via ldap";
|
||||
license = licenses.asl20;
|
||||
homepage = https://github.com/hydrian/TTRSS-Auth-LDAP;
|
||||
homepage = "https://github.com/hydrian/TTRSS-Auth-LDAP";
|
||||
maintainers = with maintainers; [ mic92 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
The name of the plugin in TT-RSS is 'tumblr_gdpr'.
|
||||
'';
|
||||
license = licenses.gpl3;
|
||||
homepage = https://github.com/GregThib/ttrss-tumblr-gdpr;
|
||||
homepage = "https://github.com/GregThib/ttrss-tumblr-gdpr";
|
||||
maintainers = with maintainers; [ das_j ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user