treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -46,7 +46,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Web-based conference planning and management system";
|
||||
homepage = https://github.com/frab/frab;
|
||||
homepage = "https://github.com/frab/frab";
|
||||
license = licenses.mit;
|
||||
broken = true; # 2018-09-08; no successful hydra build since 2018-02-14
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user