treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ buildGoPackage rec {
|
||||
goPackagePath = "viric.name/soft/filegive";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://viric.name/cgi-bin/filegive;
|
||||
homepage = "http://viric.name/cgi-bin/filegive";
|
||||
description = "Easy p2p file sending program";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = [ maintainers.viric ];
|
||||
|
||||
Reference in New Issue
Block a user