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
+2 -2
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
version = "0.6.169";
src = fetchhg {
url = https://bitbucket.org/teamretro/retrofe;
url = "https://bitbucket.org/teamretro/retrofe";
rev = "8793e03";
sha256 = "0cvsg07ff0fdqh5zgiv2fs7s6c98hn150kpxmpw5fn6jilaszwkm";
};
@@ -70,7 +70,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A frontend for arcade cabinets and media PCs";
homepage = http://retrofe.com;
homepage = "http://retrofe.com";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ hrdinka ];
platforms = with platforms; linux;