treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
BitKeeper is a fast, enterprise-ready, distributed SCM that
|
||||
scales up to very large projects and down to tiny ones.
|
||||
'';
|
||||
homepage = https://www.bitkeeper.org/;
|
||||
homepage = "https://www.bitkeeper.org/";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ wscott thoughtpolice ];
|
||||
|
||||
Reference in New Issue
Block a user