treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = stdenv.lib.optional enableX11 "--with-x11";
|
||||
|
||||
meta = {
|
||||
homepage = https://launchpad.net/frame;
|
||||
homepage = "https://launchpad.net/frame";
|
||||
description = "Handles the buildup and synchronization of a set of simultaneous touches";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user