treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Portable Implementation of the Linpack Benchmark for Distributed-Memory Computers";
|
||||
homepage = http://www.netlib.org/benchmark/hpl/;
|
||||
homepage = "http://www.netlib.org/benchmark/hpl/";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.bsdOriginal;
|
||||
maintainers = [ maintainers.markuskowa ];
|
||||
|
||||
Reference in New Issue
Block a user