treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,9 +11,9 @@ let
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://qpid.apache.org;
|
||||
repositories.git = git://git.apache.org/qpid.git;
|
||||
repositories.svn = http://svn.apache.org/repos/asf/qpid;
|
||||
homepage = "http://qpid.apache.org";
|
||||
repositories.git = "git://git.apache.org/qpid.git";
|
||||
repositories.svn = "http://svn.apache.org/repos/asf/qpid";
|
||||
description = "An AMQP message broker and a C++ messaging API";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user