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
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "dbench-2013-01-01";
src = fetchgit {
url = git://git.samba.org/sahlberg/dbench.git;
url = "git://git.samba.org/sahlberg/dbench.git";
rev = "65b19870ed8d25bff14cafa1c30beb33f1fb6597";
sha256 = "16lcbwmmx8z5i73k3dnf54yffrpx7ql3y9k3cpkss9dcyxb1p83i";
};
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Filesystem benchmark tool based on load patterns";
homepage = https://dbench.samba.org/;
homepage = "https://dbench.samba.org/";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];