treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11";
|
||||
|
||||
meta = {
|
||||
homepage = http://parchive.sourceforge.net/;
|
||||
homepage = "http://parchive.sourceforge.net/";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
description = "A library for using Parchives (parity archive volume sets)";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user