treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./fix-on-osx.patch ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libpipeline.nongnu.org;
|
||||
homepage = "http://libpipeline.nongnu.org";
|
||||
description = "C library for manipulating pipelines of subprocesses in a flexible and convenient way";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl3;
|
||||
|
||||
Reference in New Issue
Block a user