treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ let
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Sharing solution for files, calendars, contacts and more";
|
||||
homepage = https://nextcloud.com;
|
||||
homepage = "https://nextcloud.com";
|
||||
maintainers = with maintainers; [ schneefux bachp globin fpletz ma27 ];
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = with platforms; unix;
|
||||
|
||||
@@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
meta = {
|
||||
description = "Fast parallel feed updater for the Nextcloud news app";
|
||||
homepage = https://github.com/nextcloud/news-updater;
|
||||
homepage = "https://github.com/nextcloud/news-updater";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = with stdenv.lib.maintainers; [ schneefux ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user