treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user