treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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 ];
};