treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libosip ];
|
||||
|
||||
meta = {
|
||||
homepage = http://siproxd.sourceforge.net/;
|
||||
homepage = "http://siproxd.sourceforge.net/";
|
||||
description = "A masquerading SIP Proxy Server";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
||||
Reference in New Issue
Block a user