treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Test DRAM for bit flips caused by the rowhammer problem";
|
||||
homepage = https://github.com/google/rowhammer-test;
|
||||
homepage = "https://github.com/google/rowhammer-test";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.viric ];
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
|
||||
Reference in New Issue
Block a user