treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec{
|
||||
|
||||
meta = {
|
||||
description = "Apple Filing Protocol Server";
|
||||
homepage = http://netatalk.sourceforge.net/;
|
||||
homepage = "http://netatalk.sourceforge.net/";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
||||
|
||||
Reference in New Issue
Block a user