treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A secure distributed file system";
|
||||
homepage = http://ori.scs.stanford.edu/;
|
||||
homepage = "http://ori.scs.stanford.edu/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
broken = true; # 2018-04-11
|
||||
|
||||
Reference in New Issue
Block a user